fix typo in option help
This commit is contained in:
parent
48a49e650d
commit
0923de7bc8
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -3733,7 +3733,7 @@ def handle_remove_external_repo(options, session, args):
|
|||
usage = _("usage: %prog remove-external-repo repo [tag ...]")
|
||||
usage += _("\n(Specify the --help global option for a list of other help options)")
|
||||
parser = OptionParser(usage=usage)
|
||||
parser.add_option("--alltags", action="store_true", help=_("Do not cancel subtasks"))
|
||||
parser.add_option("--alltags", action="store_true", help=_("Remove from all tags"))
|
||||
parser.add_option("--force", action='store_true', help=_("Force action"))
|
||||
(options, args) = parser.parse_args(args)
|
||||
if len(args) < 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue