From b91059942f718998b7f076a453edb24f16666eb5 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 23 Sep 2019 13:09:32 +0200 Subject: [PATCH] Update bash-completion --- config/bash_completion.d/wo_auto.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bash_completion.d/wo_auto.rc b/config/bash_completion.d/wo_auto.rc index b6abc9e..b7675a2 100644 --- a/config/bash_completion.d/wo_auto.rc +++ b/config/bash_completion.d/wo_auto.rc @@ -47,7 +47,7 @@ _wo_complete() "secure") COMPREPLY=( $(compgen \ - -W "--auth --port --ip" \ + -W "--auth --port --ip --ssh --sshport" \ -- $cur) ) ;;