summaryrefslogtreecommitdiff
path: root/astraceroute.zsh
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-07-14 13:54:01 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-07-14 13:54:01 +0200
commiteccd95627503db5dc70507acc736949a25af0668 (patch)
treefaaaa6b4f46c6427140be36f36448638e4c93abd /astraceroute.zsh
parent802f39cfe9b5c33c97ec0a8fb147b271ad064aa3 (diff)
astraceroute.zsh: Fix typo of ``numeric''
This should be ``numeric'' instead of ``nemeric''. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'astraceroute.zsh')
-rw-r--r--astraceroute.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/astraceroute.zsh b/astraceroute.zsh
index c15e2c8..2354544 100644
--- a/astraceroute.zsh
+++ b/astraceroute.zsh
@@ -22,7 +22,7 @@ _arguments -s -S \
"(-i -d --dev)"{-i,-d,--dev}"[Networking device i.e., eth0]:device:_interfaces" \
"(-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]" \
+ "(-n --numeric)"{-n,--numeric}"[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]" \