summaryrefslogtreecommitdiff
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
parent5d48119d15057c080ff0bc48da7878d234e4b703 (diff)
downloadmupdf-743b839e42dc76906ba0be0ff0b3bcb132ac5922.tar.xz
Rename mutool show 'pages' to 'pagetree' to reduce possible confusion.
Fixes bug 695909.
-rw-r--r--docs/man/mutool.12
-rw-r--r--source/tools/pdfshow.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/mutool.1 b/docs/man/mutool.1
index 1aa323b1..29c4075e 100644
--- a/docs/man/mutool.1
+++ b/docs/man/mutool.1
@@ -159,7 +159,7 @@ Print the cross reference table.
.B 'trailer' or 't'
Print the trailer dictionary.
.TP
-.B 'pages' or 'p'
+.B 'pagetree' or 'p'
List the object numbers for every page.
.TP
.B 'grep' or 'g'
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");