aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/indexamajig.txt4
-rw-r--r--src/indexamajig.c1
2 files changed, 1 insertions, 4 deletions
diff --git a/doc/indexamajig.txt b/doc/indexamajig.txt
index a32a389f..7e73b896 100644
--- a/doc/indexamajig.txt
+++ b/doc/indexamajig.txt
@@ -93,11 +93,9 @@ reduction step says that the cell is a "hit". Choose from:
dirax : invoke DirAx
mosflm : invoke MOSFLM (DPS)
- template : index by template matching
Depending on what you have installed. For "dirax" and "mosflm", you need to
-have the dirax or ipmosflm binaries in your PATH. "template" is not ready for
-use at the moment, so don't choose that option.
+have the dirax or ipmosflm binaries in your PATH.
Example: --indexing=dirax,mosflm
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 1e5fc47a..ea43cc7a 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -116,7 +116,6 @@ static void show_help(const char *s)
" 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"