From 626e2aeb1657f112feb6d03c34bb9e9f44764c75 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Mar 2000 04:19:26 +0000 Subject: zsh-workers/10195 --- Completion/User/_telnet | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Completion/User/_telnet') diff --git a/Completion/User/_telnet b/Completion/User/_telnet index 2542ff34d..02a30f138 100644 --- a/Completion/User/_telnet +++ b/Completion/User/_telnet @@ -46,25 +46,25 @@ _arguments -C -s \ case "$state" in hosts) - _wanted hosts expl host && + _wanted hosts expl host \ _combination -s '[@:]' '' users-hosts-ports \ ${opt_args[-l]:+users=${opt_args[-l]:q}} \ - hosts "$expl[@]" + hosts - ;; ports) - _wanted ports expl port && + _wanted ports expl port \ _combination -s '[@:]' '' users-hosts-ports \ ${opt_args[-l]:+users=${opt_args[-l]:q}} \ hosts="${line[1]:q}" \ - ports "$expl[@]" + ports - ;; users) - _wanted users expl user && + _wanted users expl user \ _combination -s '[@:]' '' users-hosts-ports \ ${line[2]:+hosts="${line[2]:q}"} \ ${line[3]:+ports="${line[3]:q}"} \ - users "$expl[@]" + users - ;; esac -- cgit 1.4.1