diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-12-12 18:56:19 -0800 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-12-12 18:56:19 -0800 |
commit | 659f6aba0e800ca14466a70c75098ddebb3aa4bc (patch) | |
tree | 5d3ef48805b7e094b61aadae2b68637e611ee287 | |
parent | 8d1254709ac940882ac5ac4dca4b600c79e8df77 (diff) |
Missing newline
-rw-r--r-- | src/process_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index d4f2d6bf..019a5369 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -53,7 +53,7 @@ static void show_help(const char *s) " analysing figures of merit.\n" " --stop-after=<n> Stop after processing n patterns. Zero means\n" " keep going until the end of the input, and is the\n" -" default." +" default.\n" " --zone-axis Output an [001] zone axis pattern each time the\n" " figures of merit are analysed.\n"); } |