From ef764dd150e7be5438a3277cfcb8a6270b9ecd00 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 6 Mar 2011 22:27:46 +0100 Subject: Remove 'template' from help message --- doc/indexamajig.txt | 4 +--- src/indexamajig.c | 1 - 2 files changed, 1 insertion(+), 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= Get detector geometry from file.\n" " -b, --beam= Get beam parameters from file (provides nominal\n" " wavelength value if no per-shot value is found in\n" -- cgit v1.2.3