Add an entry for mainaffinity in the manpage. Tweek the output in cyclictest for mainaffinity as well. Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> --- src/cyclictest/cyclictest.8 | 3 +++ src/cyclictest/cyclictest.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8 index 4fe42e502535..abc56e8e4970 100644 --- a/src/cyclictest/cyclictest.8 +++ b/src/cyclictest/cyclictest.8 @@ -94,6 +94,9 @@ Set the number of loops. The default is 0 (endless). This option is useful for a .B \-\-laptop Save battery when running cyclictest. This will give you poorer realtime results, but will not drain your battery so quickly. .TP +.B \-\-mainaffinity=CPUSET +Run the main thread on CPU #N. This only affects the main thread and not the measurement threads +.TP .B \-m, \-\-mlockall Lock current and future memory allocations to prevent being paged out .TP diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c index 3477cd137c15..be8285a072b4 100644 --- a/src/cyclictest/cyclictest.c +++ b/src/cyclictest/cyclictest.c @@ -837,7 +837,8 @@ static void display_help(int error) " --laptop Save battery when running cyclictest\n" " This will give you poorer realtime results\n" " but will not drain your battery so quickly\n" - " --mainaffinity=[CPUSET] Run the main thread on CPU #N. This only affects\n" + " --mainaffinity=CPUSET\n" + " Run the main thread on CPU #N. This only affects\n" " the main thread and not the measurement threads\n" "-m --mlockall lock current and future memory allocations\n" "-M --refresh_on_max delay updating the screen until a new max\n" -- 2.31.1