chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106b481
)
factorial: Fix usage message to fit in with conventions.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Apr 2006 16:17:27 +0000
(17:17 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Apr 2006 16:17:27 +0000
(17:17 +0100)
factorial.c
patch
|
blob
|
blame
|
history
diff --git
a/factorial.c
b/factorial.c
index 54b9845694cf8dbc172a1c7294224843167afbbe..396e6e19f60cd722dfef4d37c7c9dbbda81eb6ac 100644
(file)
--- a/
factorial.c
+++ b/
factorial.c
@@
-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)