summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-07-14 13:56:12 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-07-14 13:56:12 +0200
commit48e59cfdfc9ac27c7073b266a0bf59b93b82882a (patch)
treedc749796750a33fa1edba63672872144e09f0943
parentcc8609a1aa21f135456345a01194f242bec07a2a (diff)
completion: Update netsniff-ng completion files
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--.zsh/completion/_astraceroute.zsh2
-rw-r--r--.zsh/completion/_ifpps.zsh2
-rw-r--r--.zsh/completion/_trafgen.zsh1
3 files changed, 4 insertions, 1 deletions
diff --git a/.zsh/completion/_astraceroute.zsh b/.zsh/completion/_astraceroute.zsh
index c15e2c8..2354544 100644
--- a/.zsh/completion/_astraceroute.zsh
+++ b/.zsh/completion/_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]" \
diff --git a/.zsh/completion/_ifpps.zsh b/.zsh/completion/_ifpps.zsh
index 87ce135..83de153 100644
--- a/.zsh/completion/_ifpps.zsh
+++ b/.zsh/completion/_ifpps.zsh
@@ -23,6 +23,8 @@ _arguments -s -S \
"(-n --num-cpus)"{-n,--num-cpus}"[Number of top hitter CPUs to display in ncurses mode (default 10)]" \
"(-C --csv)"{-C,--csv}"[Output to terminal as CSV E.g. post-processing with Gnuplot et al.]" \
"(-l --loop)"{-l,--loop}"[Loop terminal output]" \
+ "(-m --median)"{-m,--median}"[Display median values]" \
+ "(-W --no-warn)"{-W,--no-warn}"[Suppress warnings]" \
{-v,--version}"[Print version]:" \
{-h,--help}"[Print this help]:" \
"*::args:_gnu_generic"
diff --git a/.zsh/completion/_trafgen.zsh b/.zsh/completion/_trafgen.zsh
index 4a4fdde..8fd1a37 100644
--- a/.zsh/completion/_trafgen.zsh
+++ b/.zsh/completion/_trafgen.zsh
@@ -50,6 +50,7 @@ _arguments -s -S \
"(-g --group)"{-g,--group}"[Drop privileges and change to groupid]:group:_group_info" \
"(-e --example)"{-e,--example}"[Show built-in packet config example]:" \
"(-V --verbose)"{-V,--verbose}"[Be more verbose]" \
+ "(-C --no-cpu-stats)"{-C,--no-cpu-stats}"[Do not print CPU time statistics on exit]" \
{-v,--version}"[Show version]:" \
{-h,--help}"[Guess what?!]:" \
"*::args:_gnu_generic"