diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-10-02 08:12:48 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-10-02 08:12:48 +0200 |
commit | 2a10fc8c5a9436838b43aa6657548b8edfd181b8 (patch) | |
tree | bcc60448ed090a7e2e278081be2fff9782c02f8a /ifpps.zsh | |
parent | 23f43a0010375cb1c59f812b93f4b838ef204609 (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.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]:" \ |