[Ocfs2-tools-commits] mfasheh commits r1133 - trunk/debugfs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Nov 18 16:44:40 CST 2005


Author: mfasheh
Date: 2005-11-18 16:44:40 -0600 (Fri, 18 Nov 2005)
New Revision: 1133

Modified:
   trunk/debugfs.ocfs2/commands.c
Log:
* missing '\t' character



Modified: trunk/debugfs.ocfs2/commands.c
===================================================================
--- trunk/debugfs.ocfs2/commands.c	2005-11-18 22:43:44 UTC (rev 1132)
+++ trunk/debugfs.ocfs2/commands.c	2005-11-18 22:44:40 UTC (rev 1133)
@@ -588,7 +588,7 @@
 	printf ("dump [-p] <filespec> <outfile>\t\tDumps file to outfile on a mounted fs\n");
 	printf ("encode <filespec>\t\t\tShow lock name\n");
 	printf ("extent <block#>\t\t\t\tShow extent block\n");
-	printf ("fs_locks [-l]\t\t\tShow live fs locking state\n");
+	printf ("fs_locks [-l]\t\t\t\tShow live fs locking state\n");
 	printf ("group <block#>\t\t\t\tShow chain group\n");
 	printf ("help, ?\t\t\t\t\tThis information\n");
 	printf ("lcd <directory>\t\t\t\tChange directory on a mounted flesystem\n");



More information about the Ocfs2-tools-commits mailing list