From 9b641ad2005fdbab9ee9d2b6dfe05f6184cceced Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sat, 13 Jul 2013 19:58:16 +0200 Subject: ifpps: update options for zsh completion Add -m and -W options to zsh support. Signed-off-by: Daniel Borkmann --- ifpps.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ifpps.zsh') diff --git a/ifpps.zsh b/ifpps.zsh index 87ce135..83de153 100644 --- a/ifpps.zsh +++ b/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" -- cgit v1.2.3-54-g00ecf