summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-08-05 15:50:24 -0400
committerWill Woods <wwoods@redhat.com>2008-08-05 15:50:24 -0400
commit67717a9b8b7d8379cfc5fa711e7c27ce7d71f66f (patch)
treeda8e5818a4c3f3158a108a52309ec00b3916888f
parentb17845248f58f00b1d4d845775bbd10b5522dc72 (diff)
downloadpython-bugzilla-67717a9b8b7d8379cfc5fa711e7c27ce7d71f66f.tar.gz
python-bugzilla-67717a9b8b7d8379cfc5fa711e7c27ce7d71f66f.tar.xz
python-bugzilla-67717a9b8b7d8379cfc5fa711e7c27ce7d71f66f.zip
forgot to bring back --cookiefile
-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',