mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
Aaron Schrab: 30637: -b telnet option completion
This commit is contained in:
parent
eaff57eb12
commit
fb7fceebea
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2012-08-23 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Aaron Schrab: 30637: Completion/Unix/Command/_telnet: -b option
|
||||
|
||||
* Aaron Schrab: 30638: Completion/Unix/Command/_telnet: IPv4
|
||||
and IPv6 options.
|
||||
|
||||
|
@ -103,5 +105,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5707 $
|
||||
* $Revision: 1.5708 $
|
||||
*****************************************************
|
||||
|
|
|
@ -32,6 +32,7 @@ if (( ! $+_telnet_args )); then
|
|||
'*\[-n tracefile\]*' '-n+[specify tracefile]:tracefile:_files'
|
||||
'*\[-r\]*' '-r[rlogin like user interface]'
|
||||
'*\[-s src_addr\]*' '-s+[set source IP address]:src_addr:'
|
||||
'*\[ -b addr \]*' '-b+[set source IP address]:src_addr:'
|
||||
'*\[-x\]*' '-x'
|
||||
'*\[-t transcom\]*' '-t+:transcom:'
|
||||
'*\[-noasynch\]*' '-noasynch'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue