diff options
author | Tor Andersson <tor@ghostscript.com> | 2011-03-09 11:27:38 +0000 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2011-03-09 11:27:38 +0000 |
commit | 269adfe6d110f4e74e031a59c6d5c477288df351 (patch) | |
tree | 9d09ffb03c022a52e6672ce3da7fb92de3cedcfc /apps/x11_main.c | |
parent | 778c4035ac0a99fc83a70ed7057944935e683c49 (diff) | |
download | mupdf-269adfe6d110f4e74e031a59c6d5c477288df351.tar.xz |
Remove duplicated line in usage message.
Diffstat (limited to 'apps/x11_main.c')
-rw-r--r-- | apps/x11_main.c | 1 |
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); } |