------------------------------------------------------------
revno: 561
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
branch nick: tridge
timestamp: Thu 2007-07-05 10:00:51 +1000
message:
fixed help layout
modified:
tools/ctdb.c
ctdb_control.c-20070426122705-9ehj1l5lu2gn9kuj-1
=== modified file 'tools/ctdb.c'
--- a/tools/ctdb.c 2007-07-04 23:59:45 +0000
+++ b/tools/ctdb.c 2007-07-05 00:00:51 +0000
@@ -907,7 +907,7 @@
" -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);