summaryrefslogtreecommitdiff
path: root/source/tools/pdfshow.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-04-07 12:41:05 +0200
committerRobin Watts <robin.watts@artifex.com>2015-04-07 13:35:06 +0100
commit743b839e42dc76906ba0be0ff0b3bcb132ac5922 (patch)
tree6d499c5a6624a0da162ade089b00706824c10a92 /source/tools/pdfshow.c
parent5d48119d15057c080ff0bc48da7878d234e4b703 (diff)
downloadmupdf-743b839e42dc76906ba0be0ff0b3bcb132ac5922.tar.xz
Rename mutool show 'pages' to 'pagetree' to reduce possible confusion.
Fixes bug 695909.
Diffstat (limited to 'source/tools/pdfshow.c')
-rw-r--r--source/tools/pdfshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/pdfshow.c b/source/tools/pdfshow.c
index 8d178dac..9e656e2d 100644
--- a/source/tools/pdfshow.c
+++ b/source/tools/pdfshow.c
@@ -14,7 +14,7 @@ static int showcolumn;
static void usage(void)
{
- fprintf(stderr, "usage: mutool show [options] file.pdf [grep] [xref] [trailer] [pages] [outline] [object numbers]\n");
+ fprintf(stderr, "usage: mutool show [options] file.pdf [grep] [xref] [trailer] [pagetree] [outline] [object numbers]\n");
fprintf(stderr, "\t-p -\tpassword\n");
fprintf(stderr, "\t-o -\toutput file\n");
fprintf(stderr, "\t-b\tprint streams as binary data\n");