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:
dfff4ae
)
Uppercase metasyntactic variables in usage message.
author
mdw
<mdw>
Fri, 18 Mar 2005 00:25:28 +0000
(
00:25
+0000)
committer
mdw
<mdw>
Fri, 18 Mar 2005 00:25:28 +0000
(
00:25
+0000)
pixie.c
patch
|
blob
|
blame
|
history
diff --git
a/pixie.c
b/pixie.c
index d0d5c203949f5fce7886f2e35cd466128eba0d79..b7083f3e5ac88b0c0069a18471ebe1524a05b297 100644
(file)
--- a/
pixie.c
+++ b/
pixie.c
@@
-1120,8
+1120,8
@@
static void usage(FILE *fp)
{
pquis(fp, "\
Usage:\n\
- $ [-qvfidl] [-c
command] [-t timeout] [-s socket
]\n\
- $ [-s
socket] -C [command args
...]\n\
+ $ [-qvfidl] [-c
COMMAND] [-t TIMEOUT] [-s SOCKET
]\n\
+ $ [-s
SOCKET] -C [COMMAND ARGS
...]\n\
");
}