From 672c1e66f97d20b63ef04b4202495ba74b9db721 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 17 Dec 2007 17:22:05 -0500 Subject: syntax problem with help option. whoops. --- bugzilla | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ... -- cgit