diff options
| author | V.Sannikov <vsannikov@github.com> | 2023-02-21 15:49:07 +0300 |
|---|---|---|
| committer | V.Sannikov <vsannikov@github.com> | 2023-02-21 15:49:07 +0300 |
| commit | 348187fac28d5fbdb3a3e4ac66ab74cf36bc11b5 (patch) | |
| tree | e3c3b6d80adba4bdbf51b9eda5b2863bf8b58af5 /src/_virtualbox | |
| parent | Merge pull request #997 from zsh-users/support-flutter-build-completion (diff) | |
| download | zsh-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/_virtualbox | 2 |
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)' \ |
