Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 2/3] Complete telnet -b option



This option is used in the Debian/Ubuntu implementation of telnet to be
the equivalent of the -s option that was already handled.
---
 Completion/Unix/Command/_telnet |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Completion/Unix/Command/_telnet b/Completion/Unix/Command/_telnet
index a4faa60..81ccfa4 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'
-- 
1.7.10.4



Messages sorted by: Reverse Date, Date, Thread, Author