aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-10-31 11:50:42 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:04 +0100
commit1d6530071f9fe66c63cbd9e680f84fe7a6da9824 (patch)
treed7db738b246628abf8c655eddf9577ab59cca9e7 /src
parent65467d47559f359c75045f31f8bfeac13d96e22f (diff)
Update docs and --help
Diffstat (limited to 'src')
-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"