about summary refs log tree commit diff
path: root/Completion/Unix/Type/_email_addresses
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Type/_email_addresses')
-rw-r--r--Completion/Unix/Type/_email_addresses2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_email_addresses b/Completion/Unix/Type/_email_addresses
index 8a5877a9c..d5f175a79 100644
--- a/Completion/Unix/Type/_email_addresses
+++ b/Completion/Unix/Type/_email_addresses
@@ -69,7 +69,7 @@ _email-ldap() {
     fi
   done
   compstate[insert]=menu
-  _wanted email-ldap expl 'matching names' \
+  _wanted email-ldap expl 'matching name' \
       compadd -U -i "$IPREFIX" -I "$ISUFFIX" "$@" -a - ali
 }