diff options
author | Thomas White <taw@physics.org> | 2012-03-02 17:17:45 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-02 17:17:45 +0100 |
commit | 0bee2d69263d36b05c060b67c6407af34cd1afd8 (patch) | |
tree | cf8a94f502f4b81578b99e64400d0d71637375bf /src/get_hkl.c | |
parent | cf0a4255cb0602d5a879823eb2dcce56b4ac40c5 (diff) |
get_hkl: Remove untruth in --help
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r-- | src/get_hkl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 3ebfe3db..4afefd51 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -58,8 +58,7 @@ static void show_help(const char *s) "To calculate Poisson samples accurately, you must also give:\n" " -b, --beam=<file> Get beam parameters from file.\n" "\n" -"You can artificially 'twin' the reflections, or expand them out. You can also" -" do both, in which case the 'twinning' will be done first:\n" +"You can artificially 'twin' the reflections, or expand them out.\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" |