aboutsummaryrefslogtreecommitdiffstats
path: root/src/_virtualbox
diff options
context:
space:
mode:
authorV.Sannikov <vsannikov@github.com>2023-02-21 15:49:07 +0300
committerV.Sannikov <vsannikov@github.com>2023-02-21 15:49:07 +0300
commit348187fac28d5fbdb3a3e4ac66ab74cf36bc11b5 (patch)
treee3c3b6d80adba4bdbf51b9eda5b2863bf8b58af5 /src/_virtualbox
parentMerge pull request #997 from zsh-users/support-flutter-build-completion (diff)
downloadzsh-completions-348187fac28d5fbdb3a3e4ac66ab74cf36bc11b5.tar
zsh-completions-348187fac28d5fbdb3a3e4ac66ab74cf36bc11b5.tar.gz
zsh-completions-348187fac28d5fbdb3a3e4ac66ab74cf36bc11b5.tar.bz2
zsh-completions-348187fac28d5fbdb3a3e4ac66ab74cf36bc11b5.tar.lz
zsh-completions-348187fac28d5fbdb3a3e4ac66ab74cf36bc11b5.tar.xz
zsh-completions-348187fac28d5fbdb3a3e4ac66ab74cf36bc11b5.tar.zst
zsh-completions-348187fac28d5fbdb3a3e4ac66ab74cf36bc11b5.zip
Fix `--ostype` argument of `vboxmanage createvm` command
Diffstat (limited to 'src/_virtualbox')
-rw-r--r--src/_virtualbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_virtualbox b/src/_virtualbox
index da08903..500f246 100644
--- a/src/_virtualbox
+++ b/src/_virtualbox
@@ -70,7 +70,7 @@ _vboxmanage() {
'--basefolder=[Specifies the name of the folder in which to save the machine configuration file for the new VM]: :_files -/' \
'--default[Applies a default hardware configuration for the specified guest OS]' \
'--group=[Assigns the VM to the specified groups]:group_id' \
- '--ostype=[Specifies the guest OS to run in the VM]:_vboxostypes' \
+ '--ostype=[Specifies the guest OS to run in the VM]: :_vboxostypes' \
'--register[Registers the VM with your Oracle VM VirtualBox installation]' \
'--uuid=[Specifies the Universally Unique Identifier(UUID) of the VM]:uuid' \
'--ciper=[Specifies the cipher to use for encryption]: :(AES-128 AES-256)' \