diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-17 16:20:03 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:10 +0100 |
commit | fb3b1df9b9f261f9cea5f27d67e8fd17dd638a70 (patch) | |
tree | 092a3738b5d31606578c64b84b89193c80b82486 /src/indexamajig.c | |
parent | cdaa57c6db66fe243ed00730a18395a2a01e8712 (diff) |
Update docs
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index a2b5e80d..de50383c 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -124,11 +124,12 @@ static void show_help(const char *s) " '-' means stdin, which is the default.\n" " -o, --output=<filename> Write indexed stream to this file. '-' for stdout.\n" "\n" -" --indexing=<method> Use 'method' for indexing. Choose from:\n" -" none : no indexing (default)\n" -" dirax : invoke DirAx\n" -" mosflm : invoke MOSFLM (DPS)\n" -" template : index by template matching\n" +" --indexing=<methods> Use 'methods' for indexing. Provide one or more\n" +" methods separated by commas. Choose from:\n" +" 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" |