aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-12-04 17:17:47 +0100
committerThomas White <taw@physics.org>2009-12-04 17:17:47 +0100
commit9467afae90d7a7538edb8c1134cd695b22d6de5e (patch)
tree39bc94cb921d4518ab34dc72352ecf9f2c961a20 /src/process_hkl.c
parente3cea2344b21dba055dee5c172113cf82ec57cbd (diff)
Tidy up --help
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c5
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");
}