diff options
author | Thomas White <taw@physics.org> | 2009-12-04 15:31:38 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-12-04 15:31:38 +0100 |
commit | 1e39bf6a4886194476f2c8cedac1814b3f53e6e1 (patch) | |
tree | 1bf4d00dafc9faa4307cdca464f66a51d4d1de42 /src | |
parent | 2374fa202a63862ad32e3265b068db001815424a (diff) |
Clarify help message
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" |