From 9fa28becbaad71ef25675f64eb6c19b2351faf86 Mon Sep 17 00:00:00 2001 From: "V.Sannikov" Date: Tue, 21 Feb 2023 17:56:33 +0300 Subject: [PATCH] Fixed `vboxmanage closemedium` redundant parameters completion: the command takes not more than two positional parameters. --- src/_virtualbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_virtualbox b/src/_virtualbox index da08903..1d37a35 100644 --- a/src/_virtualbox +++ b/src/_virtualbox @@ -172,7 +172,7 @@ _vboxmanage() { _arguments \ '--delete[Deletes the image file]' \ '1:type:(disk dvd floppy)' \ - '*:file:_files' \ + '2:file:_files' \ && ret=0 ;; (storageattach)