From: Eric Bollengier Date: Thu, 10 Sep 2015 07:46:33 +0000 (+0200) Subject: Tweak typo in help command X-Git-Tag: Release-7.4.0~200 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=03f8353fe9b43140a3198b4bf00fb8214edbabed;p=bacula%2Fbacula Tweak typo in help command --- diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index ab8d979a24..bb8f55e6f9 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -161,7 +161,7 @@ static struct cmdstruct commands[] = { /* C { NT_("status"), status_cmd, _("Report status"), NT_("all | dir= | director | client= |\n" "\tstorage= slots |\n" - "\tschedule [job=] [days=] [limit=] [toto]\n" + "\tschedule [job=] [days=] [limit=]\n" "\t\t[time=]"), true}, { NT_("stop"), cancel_cmd, _("Stop a job"), NT_("jobid= job= ujobid= all"), false},