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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Nov 18 16:02:30 CST 2005


Author: mfasheh
Date: 2005-11-18 16:02:30 -0600 (Fri, 18 Nov 2005)
New Revision: 1130

Modified:
   trunk/debugfs.ocfs2/commands.c
Log:
* minor cosmetic fixup - "fs_locks" help was in the wrong place



Modified: trunk/debugfs.ocfs2/commands.c
===================================================================
--- trunk/debugfs.ocfs2/commands.c	2005-11-18 21:58:19 UTC (rev 1129)
+++ trunk/debugfs.ocfs2/commands.c	2005-11-18 22:02:30 UTC (rev 1130)
@@ -588,6 +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 ("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");
@@ -600,7 +601,6 @@
 	printf ("slotmap\t\t\t\t\tShow slot map\n");
 	printf ("stat <filespec>\t\t\t\tShow inode\n");
 	printf ("stats [-h]\t\t\t\tShow superblock\n");
-	printf ("fs_locks [-l]\t\t\tShow live fs locking state\n");
 }
 
 /*



More information about the Ocfs2-tools-commits mailing list