mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Change --deploy to --no-deploy (since deploy is the default)
This commit is contained in:
parent
d547bbfb2b
commit
6a96be86b6
@ -172,9 +172,11 @@ class ExecutionOptionsMixIn(object):
|
||||
help='Specify a vm to destroy'
|
||||
)
|
||||
group.add_option(
|
||||
'--deploy',
|
||||
'--no-deploy',
|
||||
default=True,
|
||||
help='Whether or not to run a deploy script after VM creation'
|
||||
dest='deploy',
|
||||
action='store_false',
|
||||
help='Don\'t run a deploy script after VM creation'
|
||||
)
|
||||
group.add_option(
|
||||
'-P', '--parallel',
|
||||
|
Loading…
Reference in New Issue
Block a user