[Ocfs2-tools-commits] smushran commits r1203 - trunk/debugfs.ocfs2

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Fri Jun 16 13:32:36 CDT 2006


Author: smushran
Date: 2006-06-16 13:32:35 -0500 (Fri, 16 Jun 2006)
New Revision: 1203

Modified:
   trunk/debugfs.ocfs2/main.c
Log:
extra space removed from usage in debugfs

Modified: trunk/debugfs.ocfs2/main.c
===================================================================
--- trunk/debugfs.ocfs2/main.c	2006-06-16 17:28:31 UTC (rev 1202)
+++ trunk/debugfs.ocfs2/main.c	2006-06-16 18:32:35 UTC (rev 1203)
@@ -53,7 +53,7 @@
 	g_print ("usage: %s -e, --encode <lock type> <block num> <generation>\n", progname);
 	g_print ("usage: %s [-f cmdfile] [-R request] [-V] [-w] [-n] [-?] [device]\n", progname);
 	g_print ("\t-f, --file <cmdfile>\tExecute commands in cmdfile\n");
-	g_print ("\t-R, --request <command>\t Execute a single command\n");
+	g_print ("\t-R, --request <command>\tExecute a single command\n");
 	g_print ("\t-w, --write\t\tOpen in read-write mode instead of the default of read-only\n");
 	g_print ("\t-V, --version\t\tShow version\n");
 	g_print ("\t-n, --noprompt\t\tHide prompt\n");




More information about the Ocfs2-tools-commits mailing list