fix search help text
This commit is contained in:
parent
891b5fa35e
commit
66271a29d8
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -5464,7 +5464,7 @@ def handle_regen_repo(options, session, args):
|
|||
|
||||
def anon_handle_search(options, session, args):
|
||||
"Search koji"
|
||||
usage = _("usage: %prog sync [options] search_type pattern")
|
||||
usage = _("usage: %prog search [options] search_type pattern")
|
||||
usage += _('\nAvailable search types: %s') % ', '.join(_search_types)
|
||||
usage += _("\n(Specify the --help global option for a list of other help options)")
|
||||
parser = optparse.OptionParser(usage=usage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue