]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Update help command for the purge command
authorEric Bollengier <eric@baculasystems.com>
Mon, 22 Feb 2021 08:52:16 +0000 (09:52 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:04 +0000 (09:03 +0100)
bacula/src/dird/ua_cmds.c

index d9851a9fe755f2974ffd5c2db8e0284f70924240..6b1554bd3b78bbd02685c01df78599c15c13e5cc 100644 (file)
@@ -158,7 +158,7 @@ static struct cmdstruct commands[] = {                                      /* C
        "\t[expired] [all | allpools | allfrompool] [pool=<pool>] [mediatype=<type>] volume=<volume-name> [yes]"),
    true},
 
- { NT_("purge"),      purge_cmd,     _("Purge records from catalog"), NT_("files jobs volume=<vol> [mediatype=<type> pool=<pool> allpools storage=<st> drive=<num>]"),  true},
+ { NT_("purge"),      purge_cmd,     _("Purge records from catalog"), NT_("files [client=<cli> jobid=<id>] | jobs [client=<cli> name=<jobname>] | volume=<vol> [mediatype=<type> pool=<pool> allpools storage=<st> drive=<num>]"),  true},
  { NT_("quit"),       quit_cmd,      _("Terminate Bconsole session"), NT_(""),              false},
  { NT_("query"),      query_cmd,     _("Query catalog"), NT_("[<query-item-number>]"),      false},
 #if BEEF