diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-04-04 17:00:23 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-04-04 17:00:23 +0100 |
commit | a5347efa93cf7bf2cb4ba281e3693d24a2bcc839 (patch) | |
tree | 415f96d9ddc312fbdbf7b5fa414ffaedb8bfdc14 | |
parent | 3c200119a59976f51bdfa17411baafec288b6744 (diff) | |
download | mupdf-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.
-rw-r--r-- | apps/mudraw.c | 2 |
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" |