From 0bc86fe938e8f6d12aca41a283491f51729d5c62 Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Tue, 4 Jun 2013 02:27:09 +0900 Subject: zsh: update zsh autocompletion functions to implementation Update those functions to implementation status. Signed-off-by: Hideo Hattori Signed-off-by: Daniel Borkmann --- astraceroute.zsh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'astraceroute.zsh') diff --git a/astraceroute.zsh b/astraceroute.zsh index 28fa24a..c15e2c8 100644 --- a/astraceroute.zsh +++ b/astraceroute.zsh @@ -23,6 +23,8 @@ _arguments -s -S \ "(-4 --ipv4)"{-4,--ipv4}"[Use IPv4 requests (default)]" \ "(-6 --ipv6)"{-6,--ipv6}"[Use IPv6 requests]" \ "(-n --numeric)"{-n,--nemeric}"[Do not do reverse DNS lookup for hops]" \ + "(-u --update)"{-u,--update}"[Update GeoIP databases]" \ + "(-L --latitude)"{-L,--latitude}"[Show latitude and longtitude]" \ "(-N --dns)"{-N,--dns}"[Do a reverse DNS lookup for hops]" \ "(-f --init-ttl)"{-f,--init-ttl}"[Set initial TTL]:ttl:_gnu_generic" \ "(-m --max-ttl)"{-m,--max--ttl}"[Set maximum TTL]:ttl:_gnu_generic" \ @@ -41,10 +43,6 @@ _arguments -s -S \ "(-X --payload)"{-X,--payload}"[Specify a payload string to test DPIs]:string:_gnu_generic" \ "(-Z --show-packet)"{-Z,--show-packet}"[Show returned packet on each hop]" \ "(-l --totlen)"{-l,--totlen}"[Specify total packet len]:lengths:_gnu_generic" \ - "(-w --whois)"{-w,--whois}"[Use a different AS whois DB server (default: /etc/netsniff-ng/whois.conf)]:file:_files" \ - "(-W --wport)"{-W,--wport}"[Use a different port to AS whois server (default: /etc/netsniff-ng/whois.conf)]:file:_files" \ - "--city-db[Specifiy path for geoip city database]:path:_files" \ - "--country-db[Specifiy path for geoip country database]:path:_files" \ {-v,--version}"[Print version]:" \ {-h,--help}"[Print this help]:" \ "*::args:_gnu_generic" -- cgit v1.2.3-54-g00ecf