From: Eric Bollengier Date: Mon, 22 Feb 2021 08:52:16 +0000 (+0100) Subject: Update help command for the purge command X-Git-Tag: Release-11.3.2~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1af6fc669a5eefabbf0c128470497ad5e5c19d1;p=thirdparty%2Fbacula.git Update help command for the purge command --- diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index d9851a9fe..6b1554bd3 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -158,7 +158,7 @@ static struct cmdstruct commands[] = { /* C "\t[expired] [all | allpools | allfrompool] [pool=] [mediatype=] volume= [yes]"), true}, - { NT_("purge"), purge_cmd, _("Purge records from catalog"), NT_("files jobs volume= [mediatype= pool= allpools storage= drive=]"), true}, + { NT_("purge"), purge_cmd, _("Purge records from catalog"), NT_("files [client= jobid=] | jobs [client= name=] | volume= [mediatype= pool= allpools storage= drive=]"), true}, { NT_("quit"), quit_cmd, _("Terminate Bconsole session"), NT_(""), false}, { NT_("query"), query_cmd, _("Query catalog"), NT_("[]"), false}, #if BEEF