From 1355e2a5f10c5974c8fc6f3a4c8299d5a5995bef Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Wed, 21 Aug 2013 00:40:36 +0200 Subject: astraceroute: zsh: add auto-completion entry Add an auto-completion entry for commit 5e739 ("astraceroute: Support binding to a specific IP address.") Signed-off-by: Daniel Borkmann Cc: Oliver Smith --- astraceroute.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/astraceroute.zsh b/astraceroute.zsh index 2354544..78c0976 100644 --- a/astraceroute.zsh +++ b/astraceroute.zsh @@ -20,6 +20,7 @@ _arguments -s -S \ "(-H --host)"{-H,--host}"[Host/IPv4/IPv6 to lookup AS route to]:host:_hosts" \ "(-p --port)"{-p,--port}"[Hosts port to lookup AS route to]:port:_gnu_generic" \ "(-i -d --dev)"{-i,-d,--dev}"[Networking device i.e., eth0]:device:_interfaces" \ + "(-b --bind)"{-b,--bind}"[IP address to bind to, Must specify -6 for an IPv6 address]" \ "(-4 --ipv4)"{-4,--ipv4}"[Use IPv4 requests (default)]" \ "(-6 --ipv6)"{-6,--ipv6}"[Use IPv6 requests]" \ "(-n --numeric)"{-n,--numeric}"[Do not do reverse DNS lookup for hops]" \ -- cgit v1.2.3-54-g00ecf