From 03f8353fe9b43140a3198b4bf00fb8214edbabed Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 10 Sep 2015 09:46:33 +0200 Subject: [PATCH] Tweak typo in help command --- 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 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}, -- 2.39.5