diff options
Diffstat (limited to 'Completion/User/_telnet')
-rw-r--r-- | Completion/User/_telnet | 2 |
1 files changed, 1 insertions, 1 deletions
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]' |