summaryrefslogtreecommitdiff
path: root/completions/ldapvi
diff options
context:
space:
mode:
Diffstat (limited to 'completions/ldapvi')
-rw-r--r--completions/ldapvi2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/ldapvi b/completions/ldapvi
index e3c1f103..7d3fcf66 100644
--- a/completions/ldapvi
+++ b/completions/ldapvi
@@ -7,7 +7,7 @@ _ldapvi()
case $prev in
-h|--host)
- _known_hosts_real "$cur"
+ _known_hosts_real -- "$cur"
return
;;
-Y|--sasl-mech)