_boot2docker: s/defalut/default/g

This commit is contained in:
Kazuki Suda 2015-02-20 21:39:40 +09:00
parent ed964013e2
commit 0fd21c99dc
1 changed files with 8 additions and 8 deletions

View File

@ -28,16 +28,16 @@ _boot2docker() {
--lowerip'[VirtualBox host-only network DHCP lower bound.]:IP:' \
'(-m --memory)'{-m,--memory}'[virtual machine memory size (in MB). default=2048]' \
--netmask'[VirtualBox host-only network mask.]' \
--serial'[try serial console to get IP address (experimental) defalut=false]' \
--serial'[try serial console to get IP address (experimental) default=false]' \
--serialfile'[path to the serial socket/pipe.]:FILE:_files' \
--ssh'[path to SSH client utility. defalut="ssh"]:SSH:' \
--ssh-keygen'[path to ssh-keygen utility. defalut="ssh-keygen"]:KEYGEN:' \
--ssh'[path to SSH client utility. default="ssh"]:SSH:' \
--ssh-keygen'[path to ssh-keygen utility. default="ssh-keygen"]:KEYGEN:' \
--sshkey'[path to SSH key to use.]:FILE:_files' \
--sshport'[host SSH port (forward to port 22 in VM). defalut=2022]:PORT:' \
--upperip'[VirtualBox host-only network DHCP upper bound. defalut=192.168.59.254]:IP:' \
--vbm'[path to VirtualBox management utility. defalut="VBoxManage"]' \
'(-v --verbose)'{-v,--verbose}'[display verbose command invocations. defalut=false]' \
--vm'[virtual machine name. defalut="boot2docker-vm"]' \
--sshport'[host SSH port (forward to port 22 in VM). default=2022]:PORT:' \
--upperip'[VirtualBox host-only network DHCP upper bound. default=192.168.59.254]:IP:' \
--vbm'[path to VirtualBox management utility. default="VBoxManage"]' \
'(-v --verbose)'{-v,--verbose}'[display verbose command invocations. default=false]' \
--vm'[virtual machine name. default="boot2docker-vm"]' \
'*::boot2docker commands:_boot2docker_command'
}