]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #3824 about incorrect setdebug command description
authorEric Bollengier <eric@baculasystems.com>
Wed, 16 May 2018 14:38:30 +0000 (16:38 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 1 Jul 2018 11:00:46 +0000 (13:00 +0200)
bacula/src/dird/ua_cmds.c

index c496a60721f3245bd9164db68b25e80a955a1aaf..2c69f580201525a5b750f0baed13b4542e5fdd94 100644 (file)
@@ -172,7 +172,7 @@ static struct cmdstruct commands[] = {                                      /* C
 
  { NT_("stop"),       cancel_cmd,    _("Stop a job"), NT_("jobid=<number-list> job=<job-name> ujobid=<unique-jobid> all"), false},
  { NT_("setdebug"),   setdebug_cmd,  _("Sets debug level"),
-   NT_("level=<nn> tags=<tags> trace=0/1 options=<0tTc> tags=<tags> | client=<client-name> | dir | storage=<storage-name> | all"), true},
+   NT_("level=<nn> trace=0/1 options=<0tTc> tags=<tags> | client=<client-name> | dir | storage=<storage-name> | all"), true},
 
  { NT_("setbandwidth"),   setbwlimit_cmd,  _("Sets bandwidth"),
    NT_("limit=<speed> client=<client-name> jobid=<number> job=<job-name> ujobid=<unique-jobid>"), true},