mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Fix misleading description for vboxmanage --ostype values
This commit is contained in:
+1
-1
@@ -1588,7 +1588,7 @@ _vboxmachines() {
|
|||||||
(( $+functions[_vboxostypes] )) ||
|
(( $+functions[_vboxostypes] )) ||
|
||||||
_vboxostypes() {
|
_vboxostypes() {
|
||||||
local -a os=(${(@f)"$(vboxmanage list ostypes | awk '/^ID:/{ print $2 }')"})
|
local -a os=(${(@f)"$(vboxmanage list ostypes | awk '/^ID:/{ print $2 }')"})
|
||||||
_values 'machines' $os
|
_values 'ostypes' $os
|
||||||
}
|
}
|
||||||
|
|
||||||
(( $+functions[_vboxmanage_setproperty_value] )) ||
|
(( $+functions[_vboxmanage_setproperty_value] )) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user