]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak help show command to add disabled parameter
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 20 Jan 2010 14:00:56 +0000 (15:00 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 20 Jan 2010 17:41:44 +0000 (18:41 +0100)
bacula/src/dird/ua_cmds.c

index bc274ea5bbe1b0f1c79f3c63b696d3e6a990ed72..d80e5de8593e86e975ca03cdcb81d1f5ee54b54b 100644 (file)
@@ -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=<xxx> |  pool=<yyy> | fileset=<aaa> schedule=<sss> | client=<zzz> | all"), true},
+   NT_("job=<xxx> |  pool=<yyy> | fileset=<aaa> schedule=<sss> | client=<zzz> | disabled | all"), true},
 
  { NT_("sqlquery"),   sqlquerycmd,   _("Use SQL to query catalog"), NT_(""),          false},
  { NT_("time"),       time_cmd,      _("Print current time"),       NT_(""),          true},