chiark
/
gitweb
/
~mdw
/
tripe
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use standard GNU uppercase for metavariables in usage strings. Some manpage
[tripe]
/
client.c
diff --git
a/client.c
b/client.c
index 45dbd7bdf39a1c840f7a456247a71689c4a9267d..7edc790bfb7af0a2b637b0c41ddfbc1a632b03ba 100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id
: client.c,v 1.14 2004/04/08 01:36:17 mdw Exp
$
+ * $Id$
*
* Client for TrIPE
*
*
* Client for TrIPE
*
@@
-222,11
+222,11
@@
static void usage(FILE *fp)
{
pquis(fp, "\
Usage:\n\
{
pquis(fp, "\
Usage:\n\
- $ [-w] [-
options] [command [args
]...]\n\
- $ [-Dl] [-f
file] [-options
]\n\
+ $ [-w] [-
OPTIONS] [COMMAND [ARGS
]...]\n\
+ $ [-Dl] [-f
FILE] [-OPTIONS
]\n\
Options:\n\
Options:\n\
- [-s] [-d
directory] [-a socket] [-P pidfile
]\n\
- [-p
program] [-S arg,arg
,...]\n\
+ [-s] [-d
DIRECTORY] [-a SOCKET] [-P PIDFILE
]\n\
+ [-p
PROGRAM] [-S ARG,ARG
,...]\n\
");
}
");
}