about summary refs log tree commit diff
path: root/Completion/User/_whois
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-16 09:19:32 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-16 09:19:32 +0000
commita4054ed26295617a5c4914daa1b76f9d4781be12 (patch)
treea0e219a308a5d89024c841e6dd37401a09ddfa61 /Completion/User/_whois
parentf6df6307ead281818ce6d469f55a3e807c877c3e (diff)
downloadzsh-a4054ed26295617a5c4914daa1b76f9d4781be12.tar.gz
zsh-a4054ed26295617a5c4914daa1b76f9d4781be12.tar.xz
zsh-a4054ed26295617a5c4914daa1b76f9d4781be12.zip
zsh-workers/8647
Diffstat (limited to 'Completion/User/_whois')
-rw-r--r--Completion/User/_whois4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/User/_whois b/Completion/User/_whois
index 97306871e..0d2675d47 100644
--- a/Completion/User/_whois
+++ b/Completion/User/_whois
@@ -204,7 +204,7 @@ _whois:whois.internic.net () {
   if (( CURRENT == 1 )); then
     local expl
 
-    _wanted string expl string && compadd "$expl[@]" HELP DOMAIN HOST
+    _wanted strings expl string && compadd "$expl[@]" HELP DOMAIN HOST
   else
     _message 'string'
   fi
@@ -215,7 +215,7 @@ _whois:whois.nic.ad.jp () {
   if (( CURRENT == 1 )); then
     local expl
 
-    _wanted string expl string && compadd HELP DOM NET HOST PERSON CONN COM
+    _wanted strings expl string && compadd HELP DOM NET HOST PERSON CONN COM
   else
     _message 'string'
   fi