chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
runlisp.c: Remove long-removed `-C' option from usage synopsis.
[runlisp]
/
runlisp.c
diff --git
a/runlisp.c
b/runlisp.c
index 379259c5735326134449917e81c6dc3953749d9a..2573b82d37f816b40eea37ac1d56d3be43697ff2 100644
(file)
--- a/
runlisp.c
+++ b/
runlisp.c
@@
-202,7
+202,7
@@
usage:\n\
%s [OPTIONS] [-e EXPR] [-d EXPR] [-p EXPR] [-l FILE]\n\
[--] [ARGUMENTS ...]\n\
OPTIONS:\n\
%s [OPTIONS] [-e EXPR] [-d EXPR] [-p EXPR] [-l FILE]\n\
[--] [ARGUMENTS ...]\n\
OPTIONS:\n\
- [-
C
DEnqv] [+DEn] [-L SYS,SYS,...] [-c CONF] [-o [SECT:]VAR=VAL]\n",
+ [-DEnqv] [+DEn] [-L SYS,SYS,...] [-c CONF] [-o [SECT:]VAR=VAL]\n",
progname, progname);
}
progname, progname);
}