From d726746c3d16f7606d984c94ca1cc6b59d192d30 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 28 Feb 2000 10:00:25 +0000 Subject: manual/9897 --- Completion/User/_telnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_telnet') diff --git a/Completion/User/_telnet b/Completion/User/_telnet index 9df23b87c..2542ff34d 100644 --- a/Completion/User/_telnet +++ b/Completion/User/_telnet @@ -9,7 +9,7 @@ local curcontext="$curcontext" state line expl typeset -A opt_args if (( ! $+_telnet_args )); then - local help="$(telnet -\? < /dev/null 2>&1)" + local help="$(_call options telnet -\? < /dev/null 2>&1)" local -A optionmap optionmap=( '*\[-8\]*' '-8[allow 8-Bit data]' -- cgit 1.4.1