Fix typo in command argument
This commit is contained in:
parent
aae9ae2e80
commit
ffdd6bf3f8
|
@ -4490,7 +4490,7 @@ def task_restore(filename, confirm_flag):
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@click.command(name='init', short_help='Initialize a new cluster.')
|
@click.command(name='init', short_help='Initialize a new cluster.')
|
||||||
@click.option(
|
@click.option(
|
||||||
'-o', '--overwite', 'overwrite_flag',
|
'-o', '--overwrite', 'overwrite_flag',
|
||||||
is_flag=True, default=False,
|
is_flag=True, default=False,
|
||||||
help='Remove and overwrite any existing data'
|
help='Remove and overwrite any existing data'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue