fix flake8
This commit is contained in:
parent
637be55ef4
commit
9afe5e3866
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -121,7 +121,7 @@ def get_options():
|
|||
parser.add_option("--principal", help=_("specify a Kerberos principal to use"))
|
||||
parser.add_option("--krbservice", help=_("specify the Kerberos service name for the hub"))
|
||||
parser.add_option("--cert", help=_("specify a SSL cert to use"), metavar="FILE")
|
||||
parser.add_option("--ca", help=SUPPRESS_HELP, metavar="FILE") # FIXME: remove in 1.24
|
||||
parser.add_option("--ca", help=SUPPRESS_HELP, metavar="FILE") # FIXME: remove in 1.24
|
||||
parser.add_option("--runas", help=_("run as the specified user (requires special privileges)"))
|
||||
parser.add_option("--user", help=_("specify user"))
|
||||
parser.add_option("--password", help=_("specify password"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue