aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-03-26 08:47:31 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:21 +0100
commit03acd73808f6f21bbfc38300796b24ecf823a697 (patch)
tree4a25795f5df269275f03884efa326610820eb5ac
parentfbb433a6817a0fcab10667b2bd240610ff179973 (diff)
indexamajig: Tweak --help
-rw-r--r--src/indexamajig.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 983fedc3..549fc2db 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -139,7 +139,7 @@ static void show_help(const char *s)
" in the HDF5 file.\n"
"\n\n"
"You can control what information is included in the output stream using\n"
-"' --record=<flags>'. Possible flags are:\n\n"
+"' --record=<flag1>,<flag2>,<flag3>' and so on. Possible flags are:\n\n"
" pixels Include a list of sums of pixel values within the\n"
" integration domain, correcting for individual pixel\n"
" solid angles.\n"
@@ -192,7 +192,8 @@ static void show_help(const char *s)
" --insane Don't check that the reduced cell accounts for at\n"
" least 10%% of the located peaks.\n"
"\n"
-"You can tune the CPU affinities for enhanced performance on NUMA machines:\n"
+"\nYou can tune the CPU affinities for enhanced performance on NUMA machines:\n"
+"\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"