-n, resp. --nanosleep was removed in 9d2c9edd8694 ("cyclictest: make clock_nanosleep as default and add option for POSIX timers."). It's now used by default. The usage of --smp still refers to -n, remove this reference. Signed-off-by: Ralf Ramsauer <ralf.ramsauer@xxxxxxxxxxxxxxxxx> --- Applies against unstable/devel/latest src/cyclictest/cyclictest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c index 484ea7f..8bba9fc 100644 --- a/src/cyclictest/cyclictest.c +++ b/src/cyclictest/cyclictest.c @@ -1010,8 +1010,8 @@ static void display_help(int error) " --secaligned [USEC] align thread wakeups to the next full second\n" " and apply the optional offset\n" "-s --system use sys_nanosleep and sys_setitimer\n" - "-S --smp Standard SMP testing: options -a -t -n and\n" - " same priority of all threads\n" + "-S --smp Standard SMP testing: options -a -t and same priority\n" + " of all threads\n" " --spike=<trigger> record all spikes > trigger\n" " --spike-nodes=[num of nodes]\n" " These are the maximum number of spikes we can record.\n" -- 2.18.0