factorial: Fix usage message to fit in with conventions.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 4 Apr 2006 16:17:27 +0000 (17:17 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 4 Apr 2006 16:17:27 +0000 (17:17 +0100)
factorial.c

index 54b9845..396e6e1 100644 (file)
@@ -48,7 +48,7 @@
 
 static void usage(FILE *fp)
 {
-  pquis(fp, "Usage: $ [-r radix] integer\n");
+  pquis(fp, "Usage: $ [-r RADIX] INTEGER\n");
 }
 
 static void version(FILE *fp)