summaryrefslogtreecommitdiffstats
path: root/bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla')
-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, ...