diff options
-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" |