From 24a5179ceaa5d215de6d44816a8181558013c6dc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Mar 2009 13:49:48 +0100 Subject: _sshfs: Add : suffix to every host --- etc/completions/_sshfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- cgit v1.2.3