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 <juri.lelli@redhat.com>
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
Juri Lelli 2018-09-14 12:04:48 +02:00 committed by John Kacur
parent be3ef7f9d2
commit 4b58d42774
1 changed files with 0 additions and 1 deletions

View File

@ -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");