Add patch from wakko666 for #77; Patch to document koji's --admin help options.
This commit is contained in:
parent
8efd6693fb
commit
822200fbe5
1 changed files with 2 additions and 1 deletions
3
cli/koji
3
cli/koji
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue