add --krbservice cli opt
This commit is contained in:
parent
b4bd435ba8
commit
736eb068fd
1 changed files with 1 additions and 0 deletions
1
cli/koji
1
cli/koji
|
|
@ -135,6 +135,7 @@ def get_options():
|
|||
help=_("specify a configuration profile"))
|
||||
parser.add_option("--keytab", help=_("specify a Kerberos keytab to use"), metavar="FILE")
|
||||
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("--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