aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-25 16:27:49 +0100
committerThomas White <taw@physics.org>2010-03-25 16:27:49 +0100
commit40f6ecbc70dcde9e007f4bd6372b4a5e153b693c (patch)
treedeff64582cde1c8490e35999a021fe6fce905396
parentb372c5d77caa1bc9bd4c8f69de76d064f8d93ccd (diff)
get_hkl: Update help message
-rw-r--r--src/get_hkl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c
index 7ce753c3..f662f06f 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -37,7 +37,10 @@ static void show_help(const char *s)
" -t, --template=<filename> Only include reflections mentioned in file.\n"
" --poisson Simulate Poisson samples.\n"
" --twin Generate twinned data.\n"
-" -o --output=<filename> Output filename (default: stdout).\n");
+" -o --output=<filename> Output filename (default: stdout).\n"
+" --zone-axis Generate hk0 intensities only (and add\n"
+" Synth2D-style header.\n"
+);
}