From 20b1ef9fab91af5ff4aa6ad6db86e0fc0a64287f Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 8 Oct 2017 09:01:25 +0200 Subject: [PATCH] Fix for catching usbfilter command --- VBoxManage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VBoxManage b/VBoxManage index 4e756d9..7e643a2 100644 --- a/VBoxManage +++ b/VBoxManage @@ -2054,7 +2054,7 @@ _VBoxManage() { fi ;; - usbfilte) + usbfilter) if [[ COMP_CWORD -ge 3 ]]; then subcommand="${COMP_WORDS[2]}" if [[ $subcommand == "${cmd}" ]]; then