mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 04:43:00 +00:00
Typos
This commit is contained in:
parent
90bfb32289
commit
717e1ec81e
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ class InitCommand(SubCommand):
|
|||
self.get_parser().add_argument(
|
||||
'-f', '--force',
|
||||
action='store_true',
|
||||
help=f"Use default values even if {KIWI_CONF_NAME} is present"
|
||||
help=f"use default values even if {KIWI_CONF_NAME} is present"
|
||||
)
|
||||
|
||||
def run(self):
|
||||
|
|
|
@ -7,7 +7,7 @@ class ShowCommand(SubCommand):
|
|||
def __init__(self):
|
||||
super().__init__(
|
||||
'show',
|
||||
description="Show effective kiwi.yml"
|
||||
description="show effective kiwi.yml"
|
||||
)
|
||||
|
||||
def run(self):
|
||||
|
|
Loading…
Reference in a new issue