#14 Fix typo
Merged 5 years ago by cqi. Opened 5 years ago by cqi.
cqi/ursa-major fix-typo  into  master

file modified
+2 -2
@@ -193,7 +193,7 @@ 

          'add-module',

          parents=[global_args_parser, module_config_parser],

          help="add a module to tag config file, find out the latest built "

-              "module in MBS and add its tag to koji tag inheritancethe")

+              "module in MBS and add its tag to koji tag inheritance.")

      add_module_parser.set_defaults(_class=AddModuleHandler, func='run')

      add_module_parser.add_argument(

          '--tag',
@@ -205,7 +205,7 @@ 

          action='store_true',

          default=False,

          help="force to remove existing old koji tags from specified koji tag's "

-              "inhertiance data even there is no module build found in MBS for "

+              "inheritance data even there is no module build found in MBS for "

               "the specified module, and update config file as well")

      add_module_parser.add_argument(

          '--priority',

Signed-off-by: Chenxiong Qi cqi@redhat.com

Pull-Request has been merged by cqi

5 years ago
Metadata