Fix misleading description for vboxmanage --ostype values

This commit is contained in:
V.Sannikov
2023-02-21 16:23:38 +03:00
parent 348187fac2
commit b030b22f64
+1 -1
View File
@@ -1588,7 +1588,7 @@ _vboxmachines() {
(( $+functions[_vboxostypes] )) ||
_vboxostypes() {
local -a os=(${(@f)"$(vboxmanage list ostypes | awk '/^ID:/{ print $2 }')"})
_values 'machines' $os
_values 'ostypes' $os
}
(( $+functions[_vboxmanage_setproperty_value] )) ||