Hi, On 14/09/18 13:52, John Kacur wrote: > > > On Fri, 14 Sep 2018, Juri Lelli wrote: > > > Command line --report option is not actually implemented (even if > > advertised on --help). > > > > Remove it from the help banner. > > > > Signed-off-by: Juri Lelli <juri.lelli@xxxxxxxxxx> > > --- > > 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 36b64ca..ac7646c 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=<n>- number of inversions per group [infinite]\n"); > > - printf("\t--report=<path>\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.17.1 > > > > > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> > > I applied your patch to unstable/devel/latest Thanks! > Please let me know if that is the intended branch (stable or > unstable/devel) Not sure what's the rule for this project actually. I noticed the thing on stable (on which this patch is based on), but it might apply to devel as well. Best, - Juri