From a5347efa93cf7bf2cb4ba281e3693d24a2bcc839 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 4 Apr 2013 17:00:23 +0100 Subject: Fix usage string for mudraw The "-G gamma" entry in the usage string was different in style to all the other entries. --- apps/mudraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mudraw.c b/apps/mudraw.c index 4226214d..0d595759 100644 --- a/apps/mudraw.c +++ b/apps/mudraw.c @@ -121,7 +121,7 @@ static void usage(void) "\t-d\tdisable use of display list\n" "\t-5\tshow md5 checksums\n" "\t-R -\trotate clockwise by given number of degrees\n" - "\t-G gamma\tgamma correct output\n" + "\t-G -\tgamma correct output\n" "\t-I\tinvert output\n" "\t-l\tprint outline\n" "\t-j -\tOutput mujstest file\n" -- cgit v1.2.3