aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-18 11:16:18 +0100
committerThomas White <taw@physics.org>2010-03-18 11:16:18 +0100
commitd871454363b0f19e1188da783cd4c931cd587cb2 (patch)
tree4b2e658db324e85bcac13adb1cbf66d21822578a /src
parent88c08418710ab2c72d51f6fce13ad2d78e0706f6 (diff)
indexamajig: Alter formatting of help message
Diffstat (limited to 'src')
-rw-r--r--src/indexamajig.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index ac5fb0ae..9958369d 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -51,11 +51,6 @@ static void show_help(const char *s)
" --verbose Be verbose about indexing.\n"
" --gpu Use the GPU to speed up the simulation.\n"
"\n"
-" --write-drx Write 'xfel.drx' for visualisation of reciprocal\n"
-" space. Implied by any indexing method other than\n"
-" 'none'. Beware: the units in this file are\n"
-" reciprocal Angstroms.\n"
-" --dump-peaks Write the results of the peak search to stdout.\n"
" --near-bragg Output a list of reflection intensities to stdout.\n"
" --simulate Simulate the diffraction pattern using the indexed\n"
" unit cell.\n"
@@ -66,6 +61,12 @@ static void show_help(const char *s)
" pixels in each 3x3 region to zero if any of them\n"
" have negative values. Intensity measurement will\n"
" be performed on the image as it was before this.\n"
+"\n"
+" --write-drx Write 'xfel.drx' for visualisation of reciprocal\n"
+" space. Implied by any indexing method other than\n"
+" 'none'. Beware: the units in this file are\n"
+" reciprocal Angstroms.\n"
+" --dump-peaks Write the results of the peak search to stdout.\n"
" --no-match Don't attempt to match the indexed cell to the\n"
" model, just proceed with the one generated by the\n"
" auto-indexing procedure.\n"