From 377408863f093c3abe9449b1254713603df231c0 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 12 Jul 2013 11:33:33 +0200 Subject: [PATCH] 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 --- ifpps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ifpps.c b/ifpps.c index 0c684e67..8fc4e924 100644 --- a/ifpps.c +++ b/ifpps.c @@ -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" -- 2.11.4.GIT