Correct syntax error

This commit is contained in:
Joshua Boniface 2020-01-09 09:46:58 -05:00
parent a60afe8ea0
commit 4cda5ebb52
1 changed files with 2 additions and 2 deletions

View File

@ -2963,12 +2963,12 @@ def provisioner_profile_remove(name, confirm_flag):
'-d/-D', '--define/--no-define', 'define_flag',
is_flag=True, default=True, show_default=True,
help='Define the VM automatically during provisioning.'
}
)
@click.option(
'-s/-S', '--start/--no-start', 'start_flag',
is_flag=True, default=True, show_default=True,
help='Start the VM automatically upon completion of provisioning.'
}
)
@click.option(
'-w', '--wait', 'wait_flag',
is_flag=True, default=False,