summaryrefslogtreecommitdiff
path: root/apps/x11_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2011-03-09 11:27:38 +0000
committerTor Andersson <tor@ghostscript.com>2011-03-09 11:27:38 +0000
commit269adfe6d110f4e74e031a59c6d5c477288df351 (patch)
tree9d09ffb03c022a52e6672ce3da7fb92de3cedcfc /apps/x11_main.c
parent778c4035ac0a99fc83a70ed7057944935e683c49 (diff)
downloadmupdf-269adfe6d110f4e74e031a59c6d5c477288df351.tar.xz
Remove duplicated line in usage message.
Diffstat (limited to 'apps/x11_main.c')
-rw-r--r--apps/x11_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/x11_main.c b/apps/x11_main.c
index 4b3290f6..73c8c568 100644
--- a/apps/x11_main.c
+++ b/apps/x11_main.c
@@ -516,7 +516,6 @@ static void usage(void)
fprintf(stderr, "\t-p -\tpassword\n");
fprintf(stderr, "\t-r -\tresolution\n");
fprintf(stderr, "\t-A\tdisable accelerated functions\n");
- fprintf(stderr, "usage: mupdf [options] file.pdf [page]\n");
exit(1);
}