cyclictest: remove reference to -n in --smp

-n, resp. --nanosleep was removed in 9d2c9edd86 ("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@oth-regensburg.de>
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
Ralf Ramsauer 2018-09-04 17:48:02 +02:00 committed by John Kacur
parent be7bbfeff4
commit 1ff21b923e
1 changed files with 2 additions and 2 deletions

View File

@ -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"