summaryrefslogtreecommitdiff
path: root/astraceroute.zsh
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-03-18 12:08:19 +0100
committerTobias Klauser <tklauser@distanz.ch>2014-03-18 12:08:19 +0100
commit7130cc471492e5c5cd1fccbb782bee65a8096d9d (patch)
tree12bd525072f086ec505c7d56090e96c6d1c369d4 /astraceroute.zsh
parentac562a7d33794860fc9e5991bf1371e5f71d9f56 (diff)
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 <tklauser@distanz.ch>
Diffstat (limited to 'astraceroute.zsh')
-rw-r--r--astraceroute.zsh1
1 files changed, 0 insertions, 1 deletions
diff --git a/astraceroute.zsh b/astraceroute.zsh
index ac44738..fdcc495 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]" \