diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/process_hkl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 9142d5c7..3789c94f 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -44,7 +44,8 @@ static void show_help(const char *s) " maximum intensity measured for that reflection.\n" " The default is to use the mean value from all\n" " measurements.\n" -" -e, --output-every=<n> Analyse figures of merit after every n patterns.\n" +" -e, --output-every=<n> Analyse figures of merit after every n patterns\n" +" (default: 1000).\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" |