diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-10-02 08:13:40 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-10-02 08:15:24 +0200 |
commit | 1d578a532ac87ede90c01b6a3eb8a8c74eca4787 (patch) | |
tree | 2f932acd7935b768e8d8c804d533d6227bee09f9 /ifpps.8 | |
parent | 2a10fc8c5a9436838b43aa6657548b8edfd181b8 (diff) |
ifpps: min: minor: Keep options sorted alphabetically
Keep the options sorted alphabetically, argument options first.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ifpps.8')
-rw-r--r-- | ifpps.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -62,9 +62,6 @@ 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 @@ -75,6 +72,9 @@ later with gnuplot(1). Show median values across all CPUs for CPU load, interrupts (per interval and absolute) and software interrupts. .PP +.SS -o, --omit-header +Omit printing the CSV header. This option is only available if \[lq]\-c\[rq] is given. +.PP .SS -p, --promisc Turn on promiscuous mode for the given networking device. .PP |