From 7ef66546da2cfa014972cda6cc04c13211e6a88f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 7 Oct 2010 11:04:05 +0200 Subject: indexamajig: Improve --help --- src/indexamajig.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/indexamajig.c b/src/indexamajig.c index 78d5cf57..0c188e6d 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -102,11 +102,12 @@ static void show_help(const char *s) " '-' means stdin, which is the default.\n" "\n" " --indexing= Use 'method' for indexing. Choose from:\n" -" none : no indexing\n" +" none : no indexing (default)\n" " dirax : invoke DirAx\n" " template : index by template matching\n" " -g. --geometry= Get detector geometry from file.\n" " -p, --pdb= PDB file from which to get the unit cell to match.\n" +" Default: 'molecule.pdb'.\n" " -x, --prefix=

Prefix filenames from input file with

.\n" " --peaks= Use 'method' for finding peaks. Choose from:\n" " zaef : Use Zaefferer (2000) gradient detection.\n" -- cgit v1.2.3