aboutsummaryrefslogtreecommitdiff
path: root/src/render_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-24 13:44:53 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:21 +0100
commit1444070936c5be86598125ea3a114dfd6a0ddec0 (patch)
treed0e61f9bc449045275ad937fcfd32460d350d728 /src/render_hkl.c
parentfc7aaadc95460e930ad82b2cdabda90fa31c751a (diff)
render_hkl: Include default output filename in --help
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r--src/render_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c
index 7cbc5441..f42235d4 100644
--- a/src/render_hkl.c
+++ b/src/render_hkl.c
@@ -49,7 +49,7 @@ static void show_help(const char *s)
" Default: 1,0,0.\n"
" -r, --right=<h>,<k>,<l> Indices for the axis in the 'right' (roughly)\n"
" direction. Default: 0,1,0.\n"
-" -o, --output=<filename> Output filename (not for POV-ray).\n"
+" -o, --output=<filename> Output filename (not for POV-ray). Default: za.pdf\n"
" --boost=<val> Squash colour scale by <val>.\n"
" -p, --pdb=<file> PDB file from which to get the unit cell.\n"
" -y, --symmetry=<sym> Expand reflections according to point group <sym>.\n"