[Ocfs2-tools-commits] smushran commits r231 - trunk/mounted.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Sep 13 16:33:14 CDT 2004


Author: smushran
Date: 2004-09-13 16:33:12 -0500 (Mon, 13 Sep 2004)
New Revision: 231

Modified:
   trunk/mounted.ocfs2/mounted.c
Log:
duh

Modified: trunk/mounted.ocfs2/mounted.c
===================================================================
--- trunk/mounted.ocfs2/mounted.c	2004-09-13 21:21:48 UTC (rev 230)
+++ trunk/mounted.ocfs2/mounted.c	2004-09-13 21:33:12 UTC (rev 231)
@@ -325,8 +325,10 @@
 	int ret = 0;
 	int c;
 
+	progname = argv[0];
+
 	if (argc < 2) {
-		usage(argv[0]);
+		usage(progname);
 		ret = 1;					  
 		goto bail;
 	}



More information about the Ocfs2-tools-commits mailing list