From 5379ab856eb520a63a3317731bdd73a87ae9ac80 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 13 Feb 2016 21:46:45 +0000 Subject: [PATCH] gremlin/gremlin.in: Include all of the options in the usage synopsis. --- gremlin/gremlin.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gremlin/gremlin.in b/gremlin/gremlin.in index eded04f..8aecbfe 100755 --- 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, - 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. -- 2.11.0