[Ocfs2-tools-devel] The patch: Add helper information for tunefs.

tao.ma tao.ma at oracle.com
Tue Mar 20 20:10:21 PDT 2007


For backup super block, tunefs's function tip doesn't include the option 
"--backup-super". So add it.
-------------- next part --------------
Index: tunefs.ocfs2/tunefs.c
===================================================================
--- tunefs.ocfs2/tunefs.c	(revision 1315)
+++ tunefs.ocfs2/tunefs.c	(working copy)
@@ -99,7 +99,7 @@ static void usage(const char *progname)
 {
 	fprintf(stderr, "usage: %s [-J journal-options] [-L volume-label]\n"
 			"\t\t[-M mount-type] [-N number-of-node-slots]\n"
-			"\t\t[-qSUvV] device [blocks-count]\n",
+			"\t\t[-qSUvV] [--backup-super] device [blocks-count]\n",
 			progname);
 	exit(0);
 }


More information about the Ocfs2-tools-devel mailing list