diff options
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index f53e4d85..e1e0e8fd 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -132,17 +132,20 @@ static void show_help(const char *s) "\n\n" "You can control what information is included in the output stream using\n" "' --record=<flags>'. 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" +" pixels Include a list of sums of pixel values within the\n" +" integration domain, correcting for individual pixel\n" +" solid angles.\n" "\n" -" integrated Include a list of reflection intensities, produced by\n" -" integrating around predicted peak locations.\n" +" integrated Include a list of reflection intensities, produced by\n" +" integrating around predicted peak locations.\n" "\n" -" peaks Include peak locations and intensities from the peak search.\n" +" peaks Include peak locations and intensities from the peak\n" +" search.\n" "\n" -" peaksifindexed As 'peaks', but only if the pattern could be indexed.\n\n" +" peaksifindexed As 'peaks', but only if the pattern could be indexed.\n" "\n" +" peaksifnotindexed As 'peaks', but only if the pattern could NOT be indexed.\n" +"\n\n" "The default is '--record=integrated'. The flags 'pixels' and 'integrated'\n" "are mutually exclusive, as are the flags 'peaks' and 'peaksifindexed'.\n" "\n\n" |