From 3c21e58bdfeee823ced015868016b1d9d3e859ee Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 20 Jan 2010 15:00:56 +0100 Subject: [PATCH] Tweak help show command to add disabled parameter --- bacula/src/dird/ua_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- 2.39.5