about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Unix/Command/_telnet1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 51c85b2e8..82a0fcf76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
 *****************************************************
diff --git a/Completion/Unix/Command/_telnet b/Completion/Unix/Command/_telnet
index a4faa602a..81ccfa4f8 100644
--- a/Completion/Unix/Command/_telnet
+++ b/Completion/Unix/Command/_telnet
@@ -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'