#3641 Fix typo in CLI add-tag-inheritance error msg
Merged 3 years ago by tkopecek. Opened 3 years ago by jcupova.
jcupova/koji issue-3640  into  master

file modified
+1 -1
@@ -5041,7 +5041,7 @@ 

      (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)

@@ -59,7 +59,7 @@ 

      def test_add_tag_inheritance_without_option(self):

          arguments = []

          expected = self.format_error_message(

-             "This command takes exctly two argument: a tag name or ID and that tag's new "

+             "This command takes exactly two arguments: a tag name or ID and that tag's new "

              "parent name or ID")

          self.assert_system_exit(

              handle_add_tag_inheritance,

While we're here: two argument - >two arguments

rebased onto 36a071e

3 years ago

Metadata Update from @tkopecek:
- Pull-request tagged with: no_qe

3 years ago

Commit ec3fc56 fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago