chiark
/
gitweb
/
~mdw
/
checkpath
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c25f05b
)
tmpdir: Fix usage message.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 13 Apr 2008 21:09:54 +0000 (22:09 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 13 Apr 2008 21:09:54 +0000 (22:09 +0100)
tmpdir.c
patch
|
blob
|
blame
|
history
diff --git
a/tmpdir.c
b/tmpdir.c
index
070dee0
..
5d19e3a
100644
(file)
--- a/
tmpdir.c
+++ b/
tmpdir.c
@@
-234,7
+234,7
@@
static void report(unsigned what, int verbose,
/* --- @usage@ --- */
static void usage(FILE *fp)
- { fprintf(fp, "Usage: %s [-bc] [-v PATH]\n", QUIS); }
+ { fprintf(fp, "Usage: %s [-bcv] [-g NAME] [-C PATH]\n", QUIS); }
/* --- @version@ --- */