From: Eric Bollengier Date: Wed, 20 Jan 2010 14:00:56 +0000 (+0100) Subject: Tweak help show command to add disabled parameter X-Git-Tag: Release-7.0.0~2355 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d3e21e647b3a06ba581b88fca0a5badf3c846004;p=bacula%2Fbacula Tweak help show command to add disabled parameter --- diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index bc274ea5bb..d80e5de859 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -176,7 +176,7 @@ static struct cmdstruct commands[] = { /* C { NT_("setip"), setip_cmd, _("Sets new client address -- if authorized"), NT_(""), false}, { NT_("show"), show_cmd, _("Show resource records"), - NT_("job= | pool= | fileset= schedule= | client= | all"), true}, + NT_("job= | pool= | fileset= schedule= | client= | disabled | all"), true}, { NT_("sqlquery"), sqlquerycmd, _("Use SQL to query catalog"), NT_(""), false}, { NT_("time"), time_cmd, _("Print current time"), NT_(""), true},