Fixed `vboxmanage closemedium` redundant parameters completion:

the command takes not more than two positional parameters.
This commit is contained in:
V.Sannikov 2023-02-21 17:56:33 +03:00
parent 4de5a8cc6a
commit 9fa28becba
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ _vboxmanage() {
_arguments \ _arguments \
'--delete[Deletes the image file]' \ '--delete[Deletes the image file]' \
'1:type:(disk dvd floppy)' \ '1:type:(disk dvd floppy)' \
'*:file:_files' \ '2:file:_files' \
&& ret=0 && ret=0
;; ;;
(storageattach) (storageattach)