summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2015-07-22 14:44:59 +0200
committerJohn Kacur <jkacur@redhat.com>2015-07-24 09:07:24 -0400
commit0b3e1086f8c6444ef8c7ba602344d6f25414a84c (patch)
tree711fe08f74509889728cf372d55c21484bba155d
parenta67ec68b940b1ad1f843c107541010c320ee8724 (diff)
downloadrt-tests-0b3e1086f8c6444ef8c7ba602344d6f25414a84c.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> Signed-off-by: Clark Williams <williams@redhat.com> Signed-off-by: John Kacur <jkacur@redhat.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"