diff options
-rw-r--r-- | etc/completions/_sshfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completions/_sshfs b/etc/completions/_sshfs index 57a55a9..e4e6aa7 100644 --- a/etc/completions/_sshfs +++ b/etc/completions/_sshfs @@ -110,7 +110,7 @@ while [[ -n $state ]]; do tmp=( 'users:login name:_ssh_users -qS@' ) fi _alternative \ - 'hosts:remote host name:_ssh_hosts' \ + 'hosts:remote host name:_ssh_hosts -S :' \ "$tmp[@]" fi ;; |