mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +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>
|
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
|
* Aaron Schrab: 30638: Completion/Unix/Command/_telnet: IPv4
|
||||||
and IPv6 options.
|
and IPv6 options.
|
||||||
|
|
||||||
|
@ -103,5 +105,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* 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'
|
'*\[-n tracefile\]*' '-n+[specify tracefile]:tracefile:_files'
|
||||||
'*\[-r\]*' '-r[rlogin like user interface]'
|
'*\[-r\]*' '-r[rlogin like user interface]'
|
||||||
'*\[-s src_addr\]*' '-s+[set source IP address]:src_addr:'
|
'*\[-s src_addr\]*' '-s+[set source IP address]:src_addr:'
|
||||||
|
'*\[ -b addr \]*' '-b+[set source IP address]:src_addr:'
|
||||||
'*\[-x\]*' '-x'
|
'*\[-x\]*' '-x'
|
||||||
'*\[-t transcom\]*' '-t+:transcom:'
|
'*\[-t transcom\]*' '-t+:transcom:'
|
||||||
'*\[-noasynch\]*' '-noasynch'
|
'*\[-noasynch\]*' '-noasynch'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue