diff options
author | Thomas White <taw@physics.org> | 2012-03-05 17:24:35 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-05 17:24:35 +0100 |
commit | ce88c4762c29bb90d8a07dd5936451f945e919fc (patch) | |
tree | 1f1d19c728e4ee4e9e65eefbe963255d80e09a62 /src/process_hkl.c | |
parent | d479c65258137961ea9e919b99d59269e34b2115 (diff) |
process_hkl: Tidy up --help
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r-- | src/process_hkl.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 5c9f8a28..a5387b2a 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -55,6 +55,7 @@ static void show_help(const char *s) " -i, --input=<filename> Specify input filename (\"-\" for stdin).\n" " -o, --output=<filename> Specify output filename for merged intensities\n" " Default: processed.hkl).\n" +" -y, --symmetry=<sym> Merge according to point group <sym>.\n" "\n" " --max-only Take the integrated intensity to be equal to the\n" " maximum intensity measured for that reflection.\n" @@ -75,11 +76,8 @@ static void show_help(const char *s) "\n" " --scale Scale each pattern for best fit with the current\n" " model.\n" -" -y, --symmetry=<sym> Merge according to point group <sym>.\n" " --reference=<file> Compare against intensities from <file> when\n" -" scaling or resolving ambiguities.\n" -" The symmetry of the reference list must be the\n" -" same as that given with '-y'.\n" +" scaling. \n" ); } |