From 1f472a298036303e8229d286a878b979cf3fd888 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Apr 19 2019 03:19:38 +0000 Subject: Fix typo Signed-off-by: Chenxiong Qi --- diff --git a/ursa_major/cli.py b/ursa_major/cli.py index 8a18dae..04a097f 100644 --- a/ursa_major/cli.py +++ b/ursa_major/cli.py @@ -193,7 +193,7 @@ def main(args=None): '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 @@ def main(args=None): 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',