diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-03-30 10:58:48 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-03-30 10:58:48 +0200 |
commit | d9f39824674b6c94a5dd3ab7646301cb1f1e305b (patch) | |
tree | 3321f8e6d8242df19b3470b706e117499297ac0b /apps/unix/x11pdf.c | |
parent | 5f4d61903ee8fc514ed7e23eac4d5ac6409ff760 (diff) | |
download | mupdf-d9f39824674b6c94a5dd3ab7646301cb1f1e305b.tar.xz |
jamfile tweaks for freetype
Diffstat (limited to 'apps/unix/x11pdf.c')
-rw-r--r-- | apps/unix/x11pdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/unix/x11pdf.c b/apps/unix/x11pdf.c index 8a9610e8..8405762f 100644 --- a/apps/unix/x11pdf.c +++ b/apps/unix/x11pdf.c @@ -49,7 +49,7 @@ static fz_pixmap *image; void usage() { - fprintf(stderr, "usage: x11pdf [-b] [-pzr page/zoom/rotate] [-u password] file.pdf\n"); + fprintf(stderr, "usage: ghostpdf [-b] [-pzr page/zoom/rotate] [-u password] file.pdf\n"); fprintf(stderr, "\n" ); |