diff options
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_telnet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/User/_telnet b/Completion/User/_telnet index 7b88d016a..cee3b276b 100644 --- a/Completion/User/_telnet +++ b/Completion/User/_telnet @@ -37,6 +37,7 @@ if (( ! $+_telnet_args )); then '*\[-noasynctty\]*' '-noasynctty' ) _telnet_args=($optionmap[(K)"$help"]) + (( $#_telnet_args )) || _telnet_args=( '-l+[specify user]:user:->users' ) fi _arguments -C -s \ |