Update bash-completion

This commit is contained in:
VirtuBox
2019-09-23 13:09:32 +02:00
parent a93f735fca
commit b91059942f

View File

@@ -47,7 +47,7 @@ _wo_complete()
"secure")
COMPREPLY=( $(compgen \
-W "--auth --port --ip" \
-W "--auth --port --ip --ssh --sshport" \
-- $cur) )
;;