From 0b3e1086f8c6444ef8c7ba602344d6f25414a84c Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Wed, 22 Jul 2015 14:44:59 +0200 Subject: cyclictest: Fix long priority help text option The help text shows prio as the long option name for the process priority. But it is actually priority. Signed-off-by: Alexander Stein Signed-off-by: Clark Williams Signed-off-by: John Kacur --- src/cyclictest/cyclictest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c index 94e383f..587e815 100644 --- a/src/cyclictest/cyclictest.c +++ b/src/cyclictest/cyclictest.c @@ -1062,7 +1062,7 @@ static void display_help(int error) "-N --nsecs print results in ns instead of us (default us)\n" "-o RED --oscope=RED oscilloscope mode, reduce verbose output by RED\n" "-O TOPT --traceopt=TOPT trace option\n" - "-p PRIO --prio=PRIO priority of highest prio thread\n" + "-p PRIO --priority=PRIO priority of highest prio thread\n" "-P --preemptoff Preempt off tracing (used with -b)\n" "-q --quiet print only a summary on exit\n" " --priospread spread priority levels starting at specified value\n" -- cgit 1.2.3-korg