diff options
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r-- | src/process_hkl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 9007d26c..259cefc0 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -46,8 +46,8 @@ static void show_help(const char *s) " -e, --output-every=<n> Analyse figures of merit after every n 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" -" never stop).\n"); +" --stop-after=<n> Stop after processing n patterns (zero means\n" +" keep going until the end of the input).\n"); } |