diff options
author | Thomas White <taw@physics.org> | 2010-10-12 18:39:10 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:02 +0100 |
commit | 9152a9fdbb765ba37a8211f5b4d72794a423ebd2 (patch) | |
tree | 0c9034079df19b4bd25dc480063cd97d840917b9 | |
parent | c2816111b6799af3cea2c373a71781fe7423bc13 (diff) |
get_hkl: Update --help
-rw-r--r-- | src/get_hkl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 1a1d058a..dba341c6 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -41,6 +41,7 @@ static void show_help(const char *s) " -y, --symmetry=<sym> The symmetry of the input file (-i).\n" " -w, --twin=<sym> Generate twinned data according to the given\n" " point group.\n" +" -e, --expand=<sym> Expand reflections to this point group.\n" " -o, --output=<filename> Output filename (default: stdout).\n" " -i, --intensities=<file> Read intensities from file instead of\n" " calculating them from scratch. You might use\n" |