From 72bc055396e5c9c93192b9c25864164abfab4260 Mon Sep 17 00:00:00 2001 From: Philippe Gerum Date: Wed, 26 Jun 2019 18:04:39 +0200 Subject: [PATCH] utils/latmus: fix help strings --- utils/latmus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/latmus.c b/utils/latmus.c index fe5a6d5..717265e 100644 --- a/utils/latmus.c +++ b/utils/latmus.c @@ -634,8 +634,8 @@ static void usage(void) fprintf(stderr, "-u --user measure/tune user scheduling latency\n"); fprintf(stderr, " [ if none of --irq, --kernel and --user is given,\n" " tune for all contexts ]\n"); - fprintf(stderr, "-p --period sampling period (µs)\n"); - fprintf(stderr, "-P --priority sampler thread priority [=90]\n"); + fprintf(stderr, "-p --period=<µs> sampling period\n"); + fprintf(stderr, "-P --priority= sampler thread priority [=90]\n"); fprintf(stderr, "-c --cpu= pin sampler thread to CPU [=0]\n"); fprintf(stderr, "-r --reset reset core timer gravity to factory default\n"); fprintf(stderr, "-L --load enable load generation [on if tuning]\n");