Fix typo in command argument

This commit is contained in:
Joshua Boniface 2021-06-29 18:22:39 -04:00
parent aae9ae2e80
commit ffdd6bf3f8
1 changed files with 1 additions and 1 deletions

View File

@ -4490,7 +4490,7 @@ def task_restore(filename, confirm_flag):
###############################################################################
@click.command(name='init', short_help='Initialize a new cluster.')
@click.option(
'-o', '--overwite', 'overwrite_flag',
'-o', '--overwrite', 'overwrite_flag',
is_flag=True, default=False,
help='Remove and overwrite any existing data'
)