PR#2180: cli: fix "list-history --help" text for "--cg"
Merges #2180 https://pagure.io/koji/pull-request/2180
This commit is contained in:
commit
d95eab0e92
1 changed files with 2 additions and 1 deletions
|
|
@ -4439,7 +4439,8 @@ def anon_handle_list_history(goptions, session, args):
|
|||
help=_("Only show entries modified by user"))
|
||||
parser.add_option("--user", help=_("Only show entries affecting a user"))
|
||||
parser.add_option("--permission", help=_("Only show entries relating to a given permission"))
|
||||
parser.add_option("--cg", help=_("Only show entries relating to a given permission"))
|
||||
parser.add_option("--cg",
|
||||
help=_("Only show entries relating to a given content generator"))
|
||||
parser.add_option("--external-repo", "--erepo",
|
||||
help=_("Only show entries relating to a given external repo"))
|
||||
parser.add_option("--build-target", "--target",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue