Commit 15c6d81986b6 ("[cyclictest] added priority spreading option --priospread") introduced an additional option with the prefix 'prio'; this means that it is no longer possible for a user to specify '--prio' instead of the full '--priority'. Doing so results in the following error: $ cyclictest --prio=4 cyclictest: option '--prio=4' is ambiguous; possibilities: '--priority' '--priospread' Fix this up by updating the 'help' output. Signed-off-by: Josh Cartwright <joshc@xxxxxx> --- 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 9aebe32..4ced67f 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" -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html