1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-22 12:53:00 +00:00
This commit is contained in:
Jörn-Michael Miehe 2020-08-10 16:35:38 +02:00
parent 90bfb32289
commit 717e1ec81e
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ class InitCommand(SubCommand):
self.get_parser().add_argument( self.get_parser().add_argument(
'-f', '--force', '-f', '--force',
action='store_true', 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): def run(self):

View file

@ -7,7 +7,7 @@ class ShowCommand(SubCommand):
def __init__(self): def __init__(self):
super().__init__( super().__init__(
'show', 'show',
description="Show effective kiwi.yml" description="show effective kiwi.yml"
) )
def run(self): def run(self):