]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fixed help layout
authorAndrew Tridgell <tridge@samba.org>
Thu, 5 Jul 2007 00:00:51 +0000 (10:00 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 5 Jul 2007 00:00:51 +0000 (10:00 +1000)
(This used to be ctdb commit ee8acf166961838a3a82d658a66407ba5ccb4939)

ctdb/tools/ctdb.c

index 96286795879dd822798f27a20c53990d309a6df0..371f6e867a6699e20136b81d61b922b65cb1d1ef 100644 (file)
@@ -907,7 +907,7 @@ static void usage(void)
 "   -t <timelimit>     set timelimit for control in seconds (default %u)\n", options.timelimit);
        printf("Controls:\n");
        for (i=0;i<ARRAY_SIZE(ctdb_commands);i++) {
-               printf("  %-15s %-20s  %s\n", 
+               printf("  %-15s %-27s  %s\n", 
                       ctdb_commands[i].name, 
                       ctdb_commands[i].args?ctdb_commands[i].args:"",
                       ctdb_commands[i].msg);