Added missing options to version 4.3.32

This commit is contained in:
2016-07-04 21:28:19 +02:00
parent 2860d4e247
commit c6e71c51d9

View File

@@ -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}) )