diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/process_hkl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index c7a1a2a1..4fb64aaa 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -49,8 +49,9 @@ static void show_help(const char *s) " analysis only after reading all the patterns.\n" " -r, --rvsq Output lists of R vs |q| (\"Luzzatti plots\") when\n" " analysing figures of merit.\n" -" --stop-after=<n> Stop after processing n patterns (zero means\n" -" keep going until the end of the input).\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." " --zone-axis Output an [001] zone axis pattern each time the\n" " figures of merit are analysed.\n"); } |