diff options
author | Jon Schipp <jonschipp@gmail.com> | 2013-10-01 11:54:24 -0700 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-10-02 00:27:26 +0200 |
commit | 830430f2b7bf2ef8252eb39bd7238864c8de1da7 (patch) | |
tree | becf0618bcbee1a576e787af742dbc4a3e0299fd | |
parent | af9eb88e3ac74bf266adfb698fdbcad260122f4a (diff) |
ifpps: man: document new option to omit CSV header
Manual page entry for option -c|--omit-header.
Signed-off-by: Jon Schipp <jonschipp@gmail.com>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r-- | ifpps.8 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,6 +62,9 @@ Statistics refresh interval in milliseconds, default is 1000ms. .SS -c, --csv Output (once) the ncurses data to the terminal as gnuplot(1)-ready data. .PP +.SS -o, --omit-header +Omit printing the CSV header. This option is only available if \[lq]\-c\[rq] is given. +.PP .SS -l, --loop Continuously output the terminal data after a refresh interval. This option is only available, if option \[lq]\-c\[rq] is given. For \[lq]\-l\[rq] it is |