aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-10-02 03:12:45 +0200
committerThomas White <taw@physics.org>2017-10-02 03:12:45 +0200
commit1b5e4b045bfd5b5a782d8aef90ef7f0493c151b2 (patch)
treeb0d21790e6ad65b4b1c4deb1de0a25fb66f1c7ea /src
parent39640b93cddf9ab9272351cc7917fc158cd4d010 (diff)
indexamajig: Add missing documentation for --check-peaks
Diffstat (limited to 'src')
-rw-r--r--src/indexamajig.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index b7f464de..e986e0c7 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -154,6 +154,8 @@ static void show_help(const char *s)
" --no-multi Don't repeat indexing to index multiple hits.\n"
" --no-retry Don't repeat indexing to increase indexing rate.\n"
" --no-refine Skip the prediction refinement step.\n"
+" --check-peaks Check that most of the peaks can be accounted for\n"
+" by the indexing solution.\n"
"\n"
"\nOptions for greater performance:\n\n"
" -j <n> Run <n> analyses in parallel. Default 1.\n"