diff options
author | Thomas White <taw@physics.org> | 2010-06-30 15:33:57 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:51 +0100 |
commit | a1e1f14f09e0c0a9a00175c821650588cc2fbaea (patch) | |
tree | 97e6bc201821bd42a46cbcb1b2c53c585090d163 | |
parent | 9887bf37a6bc0708d7589968a183cdde4a042f7a (diff) |
process_hkl: Add missing help
-rw-r--r-- | src/process_hkl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 86bb92cd..92ec9a04 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -70,6 +70,7 @@ static void show_help(const char *s) " allowable twins.\n" " --scale Scale each pattern for best fit with the current\n" " model.\n" +" -y, --symmetry=<sym> Merge according to point group <sym>.\n" ); } |