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"