fix typo, patch provided by rmyers
This commit is contained in:
parent
54af619594
commit
0a68c6cc92
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -1486,7 +1486,7 @@ def anon_handle_list_buildroot(options, session, args):
|
|||
|
||||
def anon_handle_list_untagged(options, session, args):
|
||||
"List untagged builds"
|
||||
usage = _("usage: %prog list-tagged [options] [package]")
|
||||
usage = _("usage: %prog list-untagged [options] [package]")
|
||||
usage += _("\n(Specify the --help global option for a list of other help options)")
|
||||
parser = OptionParser(usage=usage)
|
||||
parser.add_option("--paths", action="store_true", help=_("Show the file paths"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue