summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-04-04 17:00:23 +0100
committerRobin Watts <robin.watts@artifex.com>2013-04-04 17:00:23 +0100
commita5347efa93cf7bf2cb4ba281e3693d24a2bcc839 (patch)
tree415f96d9ddc312fbdbf7b5fa414ffaedb8bfdc14 /apps
parent3c200119a59976f51bdfa17411baafec288b6744 (diff)
downloadmupdf-a5347efa93cf7bf2cb4ba281e3693d24a2bcc839.tar.xz
Fix usage string for mudraw
The "-G gamma" entry in the usage string was different in style to all the other entries.
Diffstat (limited to 'apps')
-rw-r--r--apps/mudraw.c2
1 files changed, 1 insertions, 1 deletions
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"