Diff between 935096843fdca05eda792f370ba9bafdba34e122 and c135b89eb2cf09e86676fc121d449883b55740d4
Changed Files
| File | Additions | Deletions | Status |
| mgmt/main.c | +1 | -1 | modified |
Full Patch
diff --git a/mgmt/main.c b/mgmt/main.c
index 47ae57e..2ca842d 100644
--- a/mgmt/main.c
+++ b/mgmt/main.c
@@ -852,7 +852,7 @@ static void usage(void)
printf("Commands:\n");
for (i = 0; command[i].cmd; i++)
- printf("\t%-4s\t%s\n", command[i].cmd, command[i].doc);
+ printf("\t%-15s\t%s\n", command[i].cmd, command[i].doc);
printf("\n"
"For more information on the usage of each command use:\n"