summaryrefslogtreecommitdiff
path: root/ifpps.zsh
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-13 19:58:16 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-13 19:59:10 +0200
commit9b641ad2005fdbab9ee9d2b6dfe05f6184cceced (patch)
treefe651178e41c44e9a6d075b3ee807e54d73db047 /ifpps.zsh
parenta05ee98d49977ec112a64daf48cb7b83da21de0e (diff)
ifpps: update options for zsh completion
Add -m and -W options to zsh support. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ifpps.zsh')
-rw-r--r--ifpps.zsh2
1 files changed, 2 insertions, 0 deletions
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"