Commit 5c562eac authored by Jim Fulton's avatar Jim Fulton

The -u option needs to accept arguments.

parent ff0ff947
......@@ -127,7 +127,7 @@ def main(args):
-h -- Show command summary
""" % (pcgi)
try: options, args = getopt.getopt(sys.argv[1:], 'p:g:hu')
try: options, args = getopt.getopt(sys.argv[1:], 'p:g:hu:')
except: error(usage, sys.exc_info())
if args: error('', ('Unexpected arguments', args))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment