summaryrefslogtreecommitdiff
path: root/completions/sshfs
diff options
context:
space:
mode:
Diffstat (limited to 'completions/sshfs')
-rw-r--r--completions/sshfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/sshfs b/completions/sshfs
index 4f6d1a1b..4afcc994 100644
--- a/completions/sshfs
+++ b/completions/sshfs
@@ -16,7 +16,7 @@ _sshfs()
return
fi
- [[ "$cur" == @(*/|[.~])* ]] || _known_hosts_real -c -a "$cur"
+ [[ "$cur" == @(*/|[.~])* ]] || _known_hosts_real -c -a -- "$cur"
_xfunc ssh _scp_local_files -d
} &&