summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2007-12-17 17:22:05 -0500
committerWill Woods <wwoods@redhat.com>2007-12-17 17:22:05 -0500
commit672c1e66f97d20b63ef04b4202495ba74b9db721 (patch)
tree102d295dae6b38a61268a1da3e471f435a6c8ad9
parent351b998840bf19973d9105df2cb335a2f4680877 (diff)
downloadpython-bugzilla-672c1e66f97d20b63ef04b4202495ba74b9db721.tar.gz
python-bugzilla-672c1e66f97d20b63ef04b4202495ba74b9db721.tar.xz
python-bugzilla-672c1e66f97d20b63ef04b4202495ba74b9db721.zip
syntax problem with help option. whoops.
-rwxr-xr-xbugzilla2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla b/bugzilla
index 80d743e..87a3847 100755
--- a/bugzilla
+++ b/bugzilla
@@ -122,7 +122,7 @@ def setup_action_parser(action):
p.add_option('-l','--comment',
help='Add a comment')
# FIXME: check value for resolution
- p.add_option('-k','--close',metavar="RESOLUTION"
+ p.add_option('-k','--close',metavar="RESOLUTION",
help='Close with the given resolution')
# TODO: --keyword, --flag, --tag, --status, --assignee, --cc, ...