summaryrefslogtreecommitdiffstats
path: root/bin/bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bugzilla')
-rwxr-xr-xbin/bugzilla2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bugzilla b/bin/bugzilla
index 9623187..aa63883 100755
--- a/bin/bugzilla
+++ b/bin/bugzilla
@@ -39,6 +39,8 @@ def setup_parser():
help="username")
p.add_option('--password',
help="password")
+ p.add_option('--cookiefile',
+ help="cookie file to use for bugzilla authentication")
p.add_option('--verbose',action='store_true',
help="give more info about what's going on")
p.add_option('--debug',action='store_true',