From a13255073765a1a76c9e13fc693153ab6768cbd3 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 20 Mar 2001 09:47:44 +0000 Subject: use -l as default for telnet's without -\? option (13674) --- Completion/User/_telnet | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') 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 \ -- cgit 1.4.1