From a4054ed26295617a5c4914daa1b76f9d4781be12 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 16 Nov 1999 09:19:32 +0000 Subject: zsh-workers/8647 --- Completion/User/_whois | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_whois') 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 -- cgit 1.4.1