summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");