mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Fixed vboxmanage closemedium redundant parameters completion:
the command takes not more than two positional parameters.
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ _vboxmanage() {
|
||||
_arguments \
|
||||
'--delete[Deletes the image file]' \
|
||||
'1:type:(disk dvd floppy)' \
|
||||
'*:file:_files' \
|
||||
'2:file:_files' \
|
||||
&& ret=0
|
||||
;;
|
||||
(storageattach)
|
||||
|
||||
Reference in New Issue
Block a user