[Ocfs2-tools-commits] mfasheh commits r1132 - branches/ocfs2-tools-1.2/debugfs.ocfs2

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


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

Modified:
   branches/ocfs2-tools-1.2/debugfs.ocfs2/commands.c
Log:
* Missing a '\t'



Modified: branches/ocfs2-tools-1.2/debugfs.ocfs2/commands.c
===================================================================
--- branches/ocfs2-tools-1.2/debugfs.ocfs2/commands.c	2005-11-18 22:34:29 UTC (rev 1131)
+++ branches/ocfs2-tools-1.2/debugfs.ocfs2/commands.c	2005-11-18 22:43:44 UTC (rev 1132)
@@ -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