Merge pull request #289 from hhatto/boot2docker

remove bracket for boot2docker
This commit is contained in:
Hideo Hattori 2015-01-29 12:02:01 +09:00
commit b23dd4b3b6
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ _boot2docker_command() {
_boot2docker_cmds=(
'init:Create a new boot2docker VM.' \
'up:Start VM from any states.' \
'start:[Start VM from any states.' \
'boot:[Start VM from any states.' \
'start:Start VM from any states.' \
'boot:Start VM from any states.' \
'ssh:Login to VM via SSH.' \
'save:Suspend VM and save state to disk.' \
'suspend:Suspend VM and save state to disk.' \