diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 13:49:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 13:49:48 +0100 |
commit | 24a5179ceaa5d215de6d44816a8181558013c6dc (patch) | |
tree | dfe9432ce97007a3d5acb5265f38200b5f4cda5a | |
parent | a9f9014e1c9fa25830f7e59d160e5d5b2366a9fd (diff) |
_sshfs: Add : suffix to every host
-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 ;; |