mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Fix --ostype argument of vboxmanage createvm command
This commit is contained in:
+1
-1
@@ -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)' \
|
||||
|
||||
Reference in New Issue
Block a user