summaryrefslogtreecommitdiff
path: root/ifpps.zsh
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-10-02 08:12:48 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-10-02 08:12:48 +0200
commit2a10fc8c5a9436838b43aa6657548b8edfd181b8 (patch)
treebcc60448ed090a7e2e278081be2fff9782c02f8a /ifpps.zsh
parent23f43a0010375cb1c59f812b93f4b838ef204609 (diff)
ifpps: zsh: Add -o option
Add the -o/--omit-header option to ZSH autocompletion. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ifpps.zsh')
-rw-r--r--ifpps.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ifpps.zsh b/ifpps.zsh
index 8fb97db..88a9c22 100644
--- a/ifpps.zsh
+++ b/ifpps.zsh
@@ -24,6 +24,7 @@ _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]" \
+ "(-o --omit-header)"{-o,--omit-header}"[Do not print the CSV header]" \
"(-m --median)"{-m,--median}"[Display median values]" \
"(-W --no-warn)"{-W,--no-warn}"[Suppress warnings]" \
{-v,--version}"[Print version]:" \