diff options
author | Thomas White <taw@physics.org> | 2009-12-04 10:58:15 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-12-04 10:58:15 +0100 |
commit | 8e6c782d1728d730b94634bc8919d55e8376ce20 (patch) | |
tree | fe08df28071da31b2dbdb29acce761ab941e6f15 /src/process_hkl.c | |
parent | 6a378dfb14c8f3d539e93b01c8c5dda77350070a (diff) |
Clarify help message
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"); } |