From 4b58d4277496b5ad61b66cbc6fb4aea91ceec6dd Mon Sep 17 00:00:00 2001 From: Juri Lelli Date: Fri, 14 Sep 2018 12:04:48 +0200 Subject: [PATCH 1/5] rt-tests: pi_stress: remove unused report option from help Command line --report option is not actually implemented (even if advertised on --help). Remove it from the help banner. Signed-off-by: Juri Lelli Signed-off-by: John Kacur --- src/pi_tests/pi_stress.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pi_tests/pi_stress.c b/src/pi_tests/pi_stress.c index 36b64ca1672c..ac7646cd2613 100644 --- a/src/pi_tests/pi_stress.c +++ b/src/pi_tests/pi_stress.c @@ -1032,7 +1032,6 @@ void usage(void) ngroups); printf ("\t--inversions=- number of inversions per group [infinite]\n"); - printf("\t--report=\t- output to file [/dev/null]\n"); printf("\t--rr\t\t- use SCHED_RR for test threads [SCHED_FIFO]\n"); printf("\t--sched\t\t- scheduling options per thread type:\n"); printf("\t\tid=[high|med|low]\t\t\t- select thread\n"); -- 2.14.4