Fixed `vboxmanage closemedium` redundant parameters completion:
the command takes not more than two positional parameters.
This commit is contained in:
parent
4de5a8cc6a
commit
9fa28becba
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue