diff --git a/auto-complete.sh b/auto-complete.sh index b70c6f2..e0ca1ee 100755 --- a/auto-complete.sh +++ b/auto-complete.sh @@ -4,7 +4,7 @@ function libs() { if [ "$1" != "" ]; then - COMPREPLY=($(compgen -W "network-scanning sensor-node help" "${COMP_WORDS[$COMP_CWORD]}")) + COMPREPLY=($(compgen -W "network-scanning sensor-node ssh-tunneling help" "${COMP_WORDS[$COMP_CWORD]}")) fi }