PR#3172: Return mistakenly dropped option (--keytab)
Merges #3172 https://pagure.io/koji/pull-request/3172 Fixes: #3171 https://pagure.io/koji/issue/3171 Return dropped option --keytab
This commit is contained in:
commit
892f891cbd
1 changed files with 1 additions and 0 deletions
1
cli/koji
1
cli/koji
|
|
@ -120,6 +120,7 @@ def get_options():
|
|||
parser.add_option("-c", "--config", dest="configFile",
|
||||
help="load profile's settings from another file. Use with --profile.",
|
||||
metavar="FILE")
|
||||
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("--cert", help="specify a SSL cert to use", metavar="FILE")
|
||||
parser.add_option("--runas", help="run as the specified user (requires special privileges)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue