summaryrefslogtreecommitdiff
path: root/completions/mussh
diff options
context:
space:
mode:
Diffstat (limited to 'completions/mussh')
-rw-r--r--completions/mussh2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/mussh b/completions/mussh
index 2e9842b6..185f9d30 100644
--- a/completions/mussh
+++ b/completions/mussh
@@ -34,7 +34,7 @@ _mussh()
return
;;
-p|-h)
- [[ $cur == *@* ]] && _user_at_host || _known_hosts_real -a "$cur"
+ [[ $cur == *@* ]] && _user_at_host || _known_hosts_real -a -- "$cur"
return
;;
-c)