fix option propagation
This commit is contained in:
parent
7a4b17005a
commit
97503b7492
2 changed files with 5 additions and 5 deletions
2
cli/koji
2
cli/koji
|
|
@ -127,7 +127,7 @@ def get_options():
|
|||
parser.add_option("--password", help=_("specify password"))
|
||||
parser.add_option("--noauth", action="store_true", default=False,
|
||||
help=_("do not authenticate"))
|
||||
parser.add_option("--force-auth", action="store_true", default=False,
|
||||
parser.add_option("--force-auth", action="store_true", # default (False) comes from the config
|
||||
help=_("authenticate even for read-only operations"))
|
||||
parser.add_option("--authtype", help=_("force use of a type of authentication, options: "
|
||||
"noauth, ssl, password, or kerberos"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue