diff options
author | Thomas White <taw@physics.org> | 2010-03-03 15:39:54 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-03 15:39:54 +0100 |
commit | 212ed1d2401348802e1e24ebe16dec69f215c039 (patch) | |
tree | 7c5a101f20b9787be348aeaf6122280e427c32bd /src/indexamajig.c | |
parent | bc4edcdaeae690a1d0d848e53b4f61286a1298ef (diff) |
Tidy up another message
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index e42991c4..ab4642b3 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -51,7 +51,8 @@ static void show_help(const char *s) " --verbose Be verbose about indexing.\n" " --write-drx Write 'xfel.drx' for visualisation of reciprocal\n" " space. Implied by any indexing method other than\n" -" 'none'.\n" +" 'none'. Beware: the units in this file are\n" +" reciprocal Angstroms.\n" " --dump-peaks Write the results of the peak search to stdout.\n" " --near-bragg Output a list of reflection intensities to stdout.\n" " --simulate Simulate the diffraction pattern using the indexed\n" |