From: Eric Bollengier Date: Wed, 16 May 2018 14:38:30 +0000 (+0200) Subject: Fix #3824 about incorrect setdebug command description X-Git-Tag: Release-9.2.0~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=961f3ee3ea7a15319c7ebcfa8975fa1fb19968ba;p=thirdparty%2Fbacula.git Fix #3824 about incorrect setdebug command description --- diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index c496a60721..2c69f58020 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -172,7 +172,7 @@ static struct cmdstruct commands[] = { /* C { NT_("stop"), cancel_cmd, _("Stop a job"), NT_("jobid= job= ujobid= all"), false}, { NT_("setdebug"), setdebug_cmd, _("Sets debug level"), - NT_("level= tags= trace=0/1 options=<0tTc> tags= | client= | dir | storage= | all"), true}, + NT_("level= trace=0/1 options=<0tTc> tags= | client= | dir | storage= | all"), true}, { NT_("setbandwidth"), setbwlimit_cmd, _("Sets bandwidth"), NT_("limit= client= jobid= job= ujobid="), true},