From 348187fac28d5fbdb3a3e4ac66ab74cf36bc11b5 Mon Sep 17 00:00:00 2001 From: "V.Sannikov" Date: Tue, 21 Feb 2023 15:49:07 +0300 Subject: [PATCH] Fix `--ostype` argument of `vboxmanage createvm` command --- src/_virtualbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' \