summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2015-07-22 14:44:59 +0200
committerClark Williams <williams@redhat.com>2015-07-22 10:19:22 -0500
commit417ddb5db0abacd59c92bff3090a0d9b42d31635 (patch)
tree711fe08f74509889728cf372d55c21484bba155d
parenta67ec68b940b1ad1f843c107541010c320ee8724 (diff)
downloadrt-tests-417ddb5db0abacd59c92bff3090a0d9b42d31635.tar.gz
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 <alexander.stein@systec-electronic.com>
-rw-r--r--src/cyclictest/cyclictest.c2
1 files changed, 1 insertions, 1 deletions
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"