From 9e95fcd90a47a0a6ffecfe7cf394ba4ee4d5d80a Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sat, 4 May 2013 13:14:58 +0200 Subject: [PATCH] Tweak layout. --- src/dird/ua_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dird/ua_cmds.c b/src/dird/ua_cmds.c index 7297e867662..12f1e580261 100644 --- a/src/dird/ua_cmds.c +++ b/src/dird/ua_cmds.c @@ -188,7 +188,7 @@ static struct cmdstruct commands[] = { "\tcomment= yes"), false }, { NT_("status"), status_cmd, _("Report status"), NT_("all | dir= | director | client= | storage= slots | days=nnn"), true }, - { NT_("setbandwidth"), setbwlimit_cmd, _("Sets bandwidth"), + { NT_("setbandwidth"), setbwlimit_cmd, _("Sets bandwidth"), NT_("limit= client= jobid= job= ujobid="), true }, { NT_("setdebug"), setdebug_cmd, _("Sets debug level"), NT_("level= trace=0/1 client= | dir | storage= | all"), true },