diff --git a/completions/bash/ss-local b/completions/bash/ss-local index bb1a1d2b..96fec2e2 100644 --- a/completions/bash/ss-local +++ b/completions/bash/ss-local @@ -9,7 +9,7 @@ _ss_local() -c|-f|--acl) _filedir || COMPREPLY=( $(compgen -o plusdirs -f ${cur}) ) ;; - -s|-b|-l) + -s|-b) _known_hosts_real -- "${cur}" || OMPREPLY=( $(compgen -A hostname -- ${cur}) ) ;; -m) @@ -18,7 +18,7 @@ _ss_local() -a) _allowed_users || COMPREPLY=( $(compgen -u -- ${cur}) ) ;; - -p|-k|-t|-n|--mtu) + -p|-k|-t|-n|--mtu|-l) ;; -i) _available_interfaces -a || true diff --git a/completions/bash/ss-manager b/completions/bash/ss-manager index 4fb3a332..cfe941ed 100644 --- a/completions/bash/ss-manager +++ b/completions/bash/ss-manager @@ -9,7 +9,7 @@ _ss_manager() -c|-f|--executable) _filedir || COMPREPLY=( $(compgen -o plusdirs -f ${cur}) ) ;; - -s|-b|-l) + -s|-b) _known_hosts_real -- "${cur}" || OMPREPLY=( $(compgen -A hostname -- ${cur}) ) ;; -L) @@ -22,7 +22,7 @@ _ss_manager() -a) _allowed_users || COMPREPLY=( $(compgen -u -- ${cur}) ) ;; - -p|-k|-t|-n|--mtu) + -p|-k|-t|-n|--mtu|-l) ;; -i) _available_interfaces -a || true diff --git a/completions/bash/ss-redir b/completions/bash/ss-redir index ad2ddee6..86f55001 100644 --- a/completions/bash/ss-redir +++ b/completions/bash/ss-redir @@ -9,7 +9,7 @@ _ss_redir() -c|-f) _filedir || COMPREPLY=( $(compgen -o plusdirs -f ${cur}) ) ;; - -s|-b|-l) + -s|-b) _known_hosts_real -- "${cur}" || OMPREPLY=( $(compgen -A hostname -- ${cur}) ) ;; -m) @@ -18,7 +18,7 @@ _ss_redir() -a) _allowed_users || COMPREPLY=( $(compgen -u -- ${cur}) ) ;; - -p|-k|-t|-n|--mtu) + -p|-k|-t|-n|--mtu|-l) ;; *) COMPREPLY+=( $(compgen -W "${opts}" -- ${cur}) ) diff --git a/completions/bash/ss-tunnel b/completions/bash/ss-tunnel index 057801b0..b3c16eb7 100644 --- a/completions/bash/ss-tunnel +++ b/completions/bash/ss-tunnel @@ -10,7 +10,7 @@ _ss_tunnel() -c|-f) _filedir || COMPREPLY=( $(compgen -o plusdirs -f ${cur}) ) ;; - -s|-b|-l) + -s|-b) _known_hosts_real -- "${cur}" || OMPREPLY=( $(compgen -A hostname -- ${cur}) ) ;; -L) @@ -23,7 +23,7 @@ _ss_tunnel() -a) _allowed_users || COMPREPLY=( $(compgen -u -- ${cur}) ) ;; - -p|-k|-t|-n|--mtu) + -p|-k|-t|-n|--mtu|-l) ;; -i) _available_interfaces -a || true