Skip to content

Commit

Permalink
Tweak layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 5, 2013
1 parent 8aca2bc commit 3fdcd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/ua_cmds.c
Expand Up @@ -188,7 +188,7 @@ static struct cmdstruct commands[] = {
"\tcomment=<text> yes"), false },
{ NT_("status"), status_cmd, _("Report status"),
NT_("all | dir=<dir-name> | director | client=<client-name> | storage=<storage-name> slots | days=nnn"), true },
{ NT_("setbandwidth"), setbwlimit_cmd, _("Sets bandwidth"),
{ NT_("setbandwidth"), setbwlimit_cmd, _("Sets bandwidth"),
NT_("storage=<storage-name> limit=<nn-kbs> client=<client-name> jobid=<number> job=<job-name> ujobid=<unique-jobid>"), true },
{ NT_("setdebug"), setdebug_cmd, _("Sets debug level"),
NT_("level=<nn> trace=0/1 client=<client-name> | dir | storage=<storage-name> | all"), true },
Expand Down

0 comments on commit 3fdcd87

Please sign in to comment.