From 7130cc471492e5c5cd1fccbb782bee65a8096d9d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 18 Mar 2014 12:08:19 +0100 Subject: [PATCH] astraceroute.zsh: Remove duplicate entry The entry for -q/--num-probes is duplicated in the zsh completion file and the description of the first entry doesn't match the option's real purpose, thus remove it. Signed-off-by: Tobias Klauser --- astraceroute.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/astraceroute.zsh b/astraceroute.zsh index ac447381..fdcc495f 100644 --- a/astraceroute.zsh +++ b/astraceroute.zsh @@ -29,7 +29,6 @@ _arguments -s -S \ "(-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" \ - "(-q --num-probes)"{-q,--num-probes}"[Set maximum TTL (default: 30)]:ttl:_gnu_generic" \ "(-q --num-probes)"{-q,--num-probes}"[Number of max probes for each hop (default: 3)]:num:_gnu_generic" \ "(-x --timeout)"{-x,--timeout}"[Probe response timeout in sec (default: 3)]:timeout:_gnu_generic" \ "(-S --syn)"{-S,--syn}"[Set TCP SYN flag in packets]" \ -- 2.11.4.GIT