cli: hide import-sig --write option
It is no more used, hide it from the user. Fixes: https://pagure.io/koji/issue/2620
This commit is contained in:
parent
7d074114c5
commit
e63508f8a0
2 changed files with 1 additions and 3 deletions
|
|
@ -1455,8 +1455,7 @@ def handle_import_sig(goptions, session, args):
|
|||
parser = OptionParser(usage=get_usage_str(usage))
|
||||
parser.add_option("--with-unsigned", action="store_true",
|
||||
help=_("Also import unsigned sig headers"))
|
||||
parser.add_option("--write", action="store_true",
|
||||
help=_("Also write the signed copies"))
|
||||
parser.add_option("--write", action="store_true", help=SUPPRESS_HELP)
|
||||
parser.add_option("--test", action="store_true",
|
||||
help=_("Test mode -- don't actually import"))
|
||||
(options, args) = parser.parse_args(args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue