Fix `--ostype` argument of `vboxmanage createvm` command

This commit is contained in:
V.Sannikov 2023-02-21 15:49:07 +03:00
parent 4de5a8cc6a
commit 348187fac2
1 changed files with 1 additions and 1 deletions

View File

@ -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)' \