From 1ff21b923e02262082e440088066957b6835139d Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Tue, 4 Sep 2018 17:48:02 +0200 Subject: [PATCH] cyclictest: remove reference to -n in --smp -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 Signed-off-by: John Kacur --- 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= record all spikes > trigger\n" " --spike-nodes=[num of nodes]\n" " These are the maximum number of spikes we can record.\n"