From c6e71c51d978460b3f021e643580fe554607d976 Mon Sep 17 00:00:00 2001 From: Roman Dobosz Date: Mon, 4 Jul 2016 21:28:19 +0200 Subject: [PATCH] Added missing options to version 4.3.32 --- VBoxManage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VBoxManage b/VBoxManage index 59db46c..7086db4 100644 --- a/VBoxManage +++ b/VBoxManage @@ -901,7 +901,7 @@ _VBoxManage() { items=(--image --username --passwordfile --password --domain --verbose --timeout --environment --wait-exit --wait-stdout --wait-stderr --dos2unix - --unix2dos) + --unquoted-args --unix2dos) [[ " ${COMP_WORDS[@]} " == *" --password "* || " ${COMP_WORDS[@]} " == *" --passwordfile "* ]] && @@ -1500,7 +1500,7 @@ _VBoxManage() { setproperty) items=(machinefolder hwvirtexclusive vrdeauthlibrary websrvauthlibrary vrdeextpack autostartdbpath loghistorycount - defaultfrontend) + defaultfrontend logginglevel) subcommand=${COMP_WORDS[2]} if [[ "${prev}" == "${cmd}" ]]; then COMPREPLY=( $(compgen -W "${items[*]}" -- ${cur}) )