chiark
/
gitweb
/
~mdw
/
fwd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
966ddb1
)
blast: Upper-case metasyntactic variables in the usage message.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 6 Feb 2006 17:56:36 +0000
(17:56 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 9 Mar 2006 20:13:57 +0000
(20:13 +0000)
blast.c
patch
|
blob
|
blame
|
history
diff --git
a/blast.c
b/blast.c
index 2791cb1f98ed8dcad51f1e90d6adede60d3623d3..d032646f2182050d240db54b43a5eeb5944fc6db 100644
(file)
--- a/
blast.c
+++ b/
blast.c
@@
-151,7
+151,7
@@
int main(int argc, char *argv[])
argv += optind;
argc -= optind;
if (argc != 2) {
argv += optind;
argc -= optind;
if (argc != 2) {
- pquis(stderr, "Usage: $ [-t
time] [-n count] host port
\n");
+ pquis(stderr, "Usage: $ [-t
TIME] [-n COUNT] HOST PORT
\n");
exit(1);
}
exit(1);
}