aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index a2b5e80d..de50383c 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -124,11 +124,12 @@ static void show_help(const char *s)
" '-' means stdin, which is the default.\n"
" -o, --output=<filename> Write indexed stream to this file. '-' for stdout.\n"
"\n"
-" --indexing=<method> Use 'method' for indexing. Choose from:\n"
-" none : no indexing (default)\n"
-" dirax : invoke DirAx\n"
-" mosflm : invoke MOSFLM (DPS)\n"
-" template : index by template matching\n"
+" --indexing=<methods> Use 'methods' for indexing. Provide one or more\n"
+" methods separated by commas. Choose from:\n"
+" none : no indexing (default)\n"
+" dirax : invoke DirAx\n"
+" mosflm : invoke MOSFLM (DPS)\n"
+" template : index by template matching\n"
" -g. --geometry=<file> Get detector geometry from file.\n"
" -b, --beam=<file> Get beam parameters from file (provides nominal\n"
" wavelength value if no per-shot value is found in\n"