diff --git a/tools/bash-completion/vsh.in b/tools/bash-completion/vsh.in index 897f74cc08..5692788d63 100644 --- a/tools/bash-completion/vsh.in +++ b/tools/bash-completion/vsh.in @@ -30,7 +30,7 @@ _@command@_complete() c=$((++c)) done - CMDLINE=( ) + CMDLINE=( "-q" ) if [ -n "${RO}" ]; then CMDLINE+=("-r") fi