chiark
/
gitweb
/
~mdw
/
autoys
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d4a7d7b
)
gremlin/gremlin.in: Include all of the options in the usage synopsis.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 13 Feb 2016 21:46:45 +0000
(21:46 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 14 Feb 2016 02:09:45 +0000
(
02:09
+0000)
gremlin/gremlin.in
patch
|
blob
|
blame
|
history
diff --git
a/gremlin/gremlin.in
b/gremlin/gremlin.in
index eded04f3d0cd088b3ebdfc9c997a9eecb57ce017..8aecbfe4acf8d38d3fe7825d83b272aa5ac87c7d 100755
(executable)
--- a/
gremlin/gremlin.in
+++ b/
gremlin/gremlin.in
@@
-1575,7
+1575,8
@@
def parse_opts(args):
## Build the option parser object.
op = OP.OptionParser(prog = QUIS, version = VERSION,
## Build the option parser object.
op = OP.OptionParser(prog = QUIS, version = VERSION,
- usage = '%prog [-t TIMEOUT] CONFIG',
+ usage = '%prog [-in] [-t TIMEOUT] [-T TIMEOUT] '
+ 'CONFIG',
description = """\
Convert a directory tree of files according to the configuration file
CONFIG.
description = """\
Convert a directory tree of files according to the configuration file
CONFIG.