From c8301459df58c8631b00727d1c9ca861a5f8c39b Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 22 Dec 2019 19:05:01 +0100 Subject: [PATCH] Command extapck will be available on topmost completion again. --- VBoxManage | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VBoxManage b/VBoxManage index ae20615..6fa25fd 100644 --- a/VBoxManage +++ b/VBoxManage @@ -452,9 +452,9 @@ _VBoxManage() { sort | \ uniq) - # add debugvm and mediumio commands manually, since it's described - # differently in vboxmanage help - opts="${opts} mediumio debugvm unattended" + # Add some commands manually, since they are listed differently in + # vboxmanage help. + opts="${opts} mediumio debugvm unattended extpack" if [[ ${cur} == "-q" || ${COMP_CWORD} -eq 1 ]] ; then COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )