aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-25 15:38:06 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:21 +0100
commit730c7d3464912028d443a81354d1758ddfe231ca (patch)
tree5e98196ec45323a9e215785c49e5947d4aeca026
parentfbf804a26706a17c41bec5251ad0cacf9c4e1fa2 (diff)
Clarify help message
-rw-r--r--src/indexamajig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 71fa98d1..983fedc3 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -193,7 +193,8 @@ static void show_help(const char *s)
" least 10%% of the located peaks.\n"
"\n"
"You can tune the CPU affinities for enhanced performance on NUMA machines:\n"
-" --cpus=<n> Specify number of CPUs.\n"
+" --cpus=<n> Specify number of CPUs. This is NOT the same as\n"
+" giving the number of analyses to run in parallel.\n"
" --cpugroup=<n> Batch threads in groups of this size.\n"
" --cpuoffset=<n> Start using CPUs at this group number.\n"
);