From 67717a9b8b7d8379cfc5fa711e7c27ce7d71f66f Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 5 Aug 2008 15:50:24 -0400 Subject: forgot to bring back --cookiefile --- bin/bugzilla | 2 ++ 1 file changed, 2 insertions(+) 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', -- cgit