[Pvfs2-cvs] commit by pw in pvfs2/src/apps/admin: pvfs2-perror.c

CVS commit program cvs at parl.clemson.edu
Wed Jul 18 16:20:02 EDT 2007


Update of /projects/cvsroot/pvfs2/src/apps/admin
In directory parlweb1:/tmp/cvs-serv5107/src/apps/admin

Modified Files:
	pvfs2-perror.c 
Log Message:
Remove odd whitespace.


Index: pvfs2-perror.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-perror.c,v
diff -u -p -p -u -r1.3 -r1.4
--- pvfs2-perror.c	19 Sep 2006 21:33:37 -0000	1.3
+++ pvfs2-perror.c	18 Jul 2007 20:20:02 -0000	1.4
@@ -102,9 +102,7 @@ static struct options* parse_args(int ar
 
 static void usage(int argc, char** argv)
 {
-    fprintf(stderr, "\n");
-    fprintf(stderr, "Usage  : %s <error_code>\n",
-	argv[0]);
+    fprintf(stderr, "Usage: %s <error_code>\n", argv[0]);
     return;
 }
 



More information about the Pvfs2-cvs mailing list