diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-12 15:31:06 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-12 15:31:06 +0000 |
commit | f1d2a38489a8659f4d8048709d8fa87661d8a718 (patch) | |
tree | 79b8a9e755a0e894e1dd98e1f31efb7aac6149da /Completion/User | |
parent | e6282df1155e8d9b08b2e518a452c1997973f1ce (diff) | |
download | zsh-f1d2a38489a8659f4d8048709d8fa87661d8a718.tar.gz zsh-f1d2a38489a8659f4d8048709d8fa87661d8a718.tar.xz zsh-f1d2a38489a8659f4d8048709d8fa87661d8a718.zip |
zsh-workers/8632
Diffstat (limited to 'Completion/User')
-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 04c9fe69f..8e584b040 100644 --- a/Completion/User/_telnet +++ b/Completion/User/_telnet @@ -7,7 +7,7 @@ local context state line expl typeset -A opt_args -set -x + if (( ! $+_telnet_short )); then local k help="$(telnet -\? < /dev/null 2>&1)" local -A optionmap |