openbsd-ports/textproc/mupdf/patches/patch-apps_mupdfshow_c
2012-05-08 22:49:46 +00:00

13 lines
634 B
Plaintext

$OpenBSD: patch-apps_mupdfshow_c,v 1.1 2012/05/08 22:49:46 sthen Exp $
--- apps/mupdfshow.c.orig Tue May 8 23:18:05 2012
+++ apps/mupdfshow.c Tue May 8 23:18:21 2012
@@ -12,7 +12,7 @@ static int showcolumn;
static void usage(void)
{
- fprintf(stderr, "usage: pdfshow [options] file.pdf [grepable] [xref] [trailer] [pagetree] [object numbers]\n");
+ fprintf(stderr, "usage: mupdfshow [options] file.pdf [grepable] [xref] [trailer] [pagetree] [object numbers]\n");
fprintf(stderr, "\t-b\tprint streams as binary data\n");
fprintf(stderr, "\t-e\tprint encoded streams (don't decode)\n");
fprintf(stderr, "\t-p\tpassword\n");