Fix typo in CLI add-tag-inheritance error msg
Fixes: https://pagure.io/koji/issue/3640
This commit is contained in:
parent
6c9da27987
commit
36a071edb3
2 changed files with 2 additions and 2 deletions
|
|
@ -5041,7 +5041,7 @@ def handle_add_tag_inheritance(goptions, session, args):
|
|||
(options, args) = parser.parse_args(args)
|
||||
|
||||
if len(args) != 2:
|
||||
parser.error("This command takes exctly two argument: a tag name or ID and that tag's "
|
||||
parser.error("This command takes exactly two arguments: a tag name or ID and that tag's "
|
||||
"new parent name or ID")
|
||||
|
||||
activate_session(session, goptions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue