aboutsummaryrefslogtreecommitdiff
path: root/src/get_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/get_hkl.c')
-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"
+);
}