diff options
-rw-r--r-- | astraceroute.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
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]" \ |