utils/latmus: fix help strings

This commit is contained in:
Philippe Gerum 2019-06-26 18:04:39 +02:00
parent 882dfc5b4f
commit 72bc055396
1 changed files with 2 additions and 2 deletions

View File

@ -634,8 +634,8 @@ static void usage(void)
fprintf(stderr, "-u --user measure/tune user scheduling latency\n"); fprintf(stderr, "-u --user measure/tune user scheduling latency\n");
fprintf(stderr, " [ if none of --irq, --kernel and --user is given,\n" fprintf(stderr, " [ if none of --irq, --kernel and --user is given,\n"
" tune for all contexts ]\n"); " tune for all contexts ]\n");
fprintf(stderr, "-p --period sampling period (µs)\n"); fprintf(stderr, "-p --period=<µs> sampling period\n");
fprintf(stderr, "-P --priority sampler thread priority [=90]\n"); fprintf(stderr, "-P --priority=<prio> sampler thread priority [=90]\n");
fprintf(stderr, "-c --cpu=<n> pin sampler thread to CPU [=0]\n"); fprintf(stderr, "-c --cpu=<n> pin sampler thread to CPU [=0]\n");
fprintf(stderr, "-r --reset reset core timer gravity to factory default\n"); fprintf(stderr, "-r --reset reset core timer gravity to factory default\n");
fprintf(stderr, "-L --load enable load generation [on if tuning]\n"); fprintf(stderr, "-L --load enable load generation [on if tuning]\n");