summaryrefslogtreecommitdiff
path: root/completions/sshmitm
diff options
context:
space:
mode:
Diffstat (limited to 'completions/sshmitm')
-rw-r--r--completions/sshmitm2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/sshmitm b/completions/sshmitm
index f7332201..192835c0 100644
--- a/completions/sshmitm
+++ b/completions/sshmitm
@@ -8,7 +8,7 @@ _sshmitm()
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '$( _parse_usage "$1" )' -- "$cur" ) )
else
- _known_hosts_real "$cur"
+ _known_hosts_real -- "$cur"
fi
} &&