Fix `--ostype` argument of `vboxmanage createvm` command
This commit is contained in:
parent
4de5a8cc6a
commit
348187fac2
|
@ -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)' \
|
||||
|
|
Loading…
Reference in New Issue