From 48e59cfdfc9ac27c7073b266a0bf59b93b82882a Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 14 Jul 2013 13:56:12 +0200 Subject: completion: Update netsniff-ng completion files Signed-off-by: Tobias Klauser --- .zsh/completion/_astraceroute.zsh | 2 +- .zsh/completion/_ifpps.zsh | 2 ++ .zsh/completion/_trafgen.zsh | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf