diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-07-12 11:33:33 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-07-12 11:33:33 +0200 |
commit | 377408863f093c3abe9449b1254713603df231c0 (patch) | |
tree | d2cdd79fe36547ebd9fc919747e2ca94865aef64 | |
parent | 971b1d95e2e3d1ddc640e33f8cab06396cf10661 (diff) |
ifpps: Update usage with respect to median values
This was missing in commit 971b1d95 ("ifpps: Optionally display median
values for CPU load and interrupts"). Update the usage to reflect the
changes too.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | ifpps.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ static void __noreturn help(void) " -p|--promisc Promiscuous mode\n" " -c|--csv Output to terminal as Gnuplot-ready data\n" " -l|--loop Continuous CSV output\n" + " -m|--median Display median values\n" " -W|--no-warn Suppress warnings\n" " -v|--version Print version and exit\n" " -h|--help Print this help and exit\n\n" |