diff options
author | Thomas White <taw@physics.org> | 2010-10-04 14:45:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:01 +0100 |
commit | 8a3c5dcc5821947d1cca51758c49d946b37990bc (patch) | |
tree | b23b7a504e8cd1d7df9b668f946604be751898ab /src/render_hkl.c | |
parent | 66d5da36aae43e0984fec4e45516ab21aada2ad6 (diff) |
render_hkl: Fussiness
Diffstat (limited to 'src/render_hkl.c')
-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 5b27e4d5..e333da7f 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -56,7 +56,7 @@ static void show_help(const char *s) " -c, --colscale=<scale> Use the given colour scale. Choose from:\n" " mono : Greyscale, black is zero.\n" " invmono : Greyscale, white is zero.\n" -" colour : Colours scale:\n" +" colour : Colour scale:\n" " black-blue-pink-red-orange-yellow-white\n" "\n" " -w --weighting=<wght> Colour/shade the reciprocal lattice points\n" |