Add patch from wakko666 for #77; Patch to document koji's --admin help options.

This commit is contained in:
Jesse Keating 2008-05-30 14:10:25 -04:00
parent 8efd6693fb
commit 822200fbe5

View file

@ -3947,7 +3947,8 @@ def list_commands(show_admin=False):
desc = desc[8:]
print " %-20s %s" % (alias, desc)
print _('(Type "koji --help" for help about global options')
print _(' or "koji <command> --help" for help about a particular command\'s options.)')
print _(' or "koji <command> --help" for help about a particular command\'s options')
print _(' or "koji help --admin" for help about privileged administrative commands.)')
def error(msg=None, code=1):
if msg: