Merge pull request #289 from hhatto/boot2docker
remove bracket for boot2docker
This commit is contained in:
commit
b23dd4b3b6
|
@ -48,8 +48,8 @@ _boot2docker_command() {
|
||||||
_boot2docker_cmds=(
|
_boot2docker_cmds=(
|
||||||
'init:Create a new boot2docker VM.' \
|
'init:Create a new boot2docker VM.' \
|
||||||
'up:Start VM from any states.' \
|
'up:Start VM from any states.' \
|
||||||
'start:[Start VM from any states.' \
|
'start:Start VM from any states.' \
|
||||||
'boot:[Start VM from any states.' \
|
'boot:Start VM from any states.' \
|
||||||
'ssh:Login to VM via SSH.' \
|
'ssh:Login to VM via SSH.' \
|
||||||
'save:Suspend VM and save state to disk.' \
|
'save:Suspend VM and save state to disk.' \
|
||||||
'suspend:Suspend VM and save state to disk.' \
|
'suspend:Suspend VM and save state to disk.' \
|
||||||
|
|
Loading…
Reference in New Issue