aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 2b733f04..05a91683 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -163,9 +163,11 @@ static void show_help(const char *s)
" centroid/integration procedure.\n"
"\n"
"\nFor more control over the process, you might need:\n\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"
+" --cell-reduction=<m> Use <m> as the cell reduction method. Choose from:\n"
+" none : no matching, just use the raw cell.\n"
+" reduce : full cell reduction.\n"
+" compare : match by at most changing the order of\n"
+" the indices.\n"
" --check-sanity Check that indexed locations approximately correspond\n"
" with detected peaks.\n"
" --filter-cm Perform common-mode noise subtraction on images\n"