diff options
author | Thomas White <taw@physics.org> | 2011-03-24 13:44:53 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:21 +0100 |
commit | 1444070936c5be86598125ea3a114dfd6a0ddec0 (patch) | |
tree | d0e61f9bc449045275ad937fcfd32460d350d728 | |
parent | fc7aaadc95460e930ad82b2cdabda90fa31c751a (diff) |
render_hkl: Include default output filename in --help
-rw-r--r-- | src/render_hkl.c | 2 |
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" |