Rev 561: fixed help layout in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Thu Jul 5 00:00:51 GMT 2007


------------------------------------------------------------
revno: 561
revision-id: tridge at samba.org-20070705000051-flxeejei8g2urfhb
parent: tridge at samba.org-20070704235945-bj7jpfsbrr2phuyc
committer: Andrew Tridgell <tridge at samba.org>
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);



More information about the samba-cvs mailing list