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-5.0.0~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3c21e58bdfeee823ced015868016b1d9d3e859ee;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},