Correct syntax error
This commit is contained in:
parent
a60afe8ea0
commit
4cda5ebb52
|
@ -2963,12 +2963,12 @@ def provisioner_profile_remove(name, confirm_flag):
|
||||||
'-d/-D', '--define/--no-define', 'define_flag',
|
'-d/-D', '--define/--no-define', 'define_flag',
|
||||||
is_flag=True, default=True, show_default=True,
|
is_flag=True, default=True, show_default=True,
|
||||||
help='Define the VM automatically during provisioning.'
|
help='Define the VM automatically during provisioning.'
|
||||||
}
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
'-s/-S', '--start/--no-start', 'start_flag',
|
'-s/-S', '--start/--no-start', 'start_flag',
|
||||||
is_flag=True, default=True, show_default=True,
|
is_flag=True, default=True, show_default=True,
|
||||||
help='Start the VM automatically upon completion of provisioning.'
|
help='Start the VM automatically upon completion of provisioning.'
|
||||||
}
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
'-w', '--wait', 'wait_flag',
|
'-w', '--wait', 'wait_flag',
|
||||||
is_flag=True, default=False,
|
is_flag=True, default=False,
|
||||||
|
|
Loading…
Reference in New Issue