aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-03-06 22:27:46 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:17 +0100
commitef764dd150e7be5438a3277cfcb8a6270b9ecd00 (patch)
tree449fa59d4c201453f570d46118f7100988c99210
parent8e765e886801508695db4b1dbb4439fc2ece78b3 (diff)
Remove 'template' from help message
-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"