Return mistakenly dropped option (--keytab)
PR https://pagure.io/koji/pull-request/3051 was wrongly merged https://pagure.io/koji/c/071533206e6d29f665d7a5864eda75087488a3ce?branch=master and deleted wrong line. Reverting it. Fixes: https://pagure.io/koji/issue/3171
This commit is contained in:
parent
e149e6b24d
commit
a3edb7a4b9
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