summaryrefslogtreecommitdiff
path: root/source/tools
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-07-26 02:01:15 +0200
committerSebastian Rasmussen <sebras@gmail.com>2013-07-26 02:15:36 +0200
commit12ff4cf8af03410c01758bcc7a82a564dab43c22 (patch)
treee686dc2099f5e8062bea0f72bad29e85eb96d0a6 /source/tools
parent8853bae8e33237a8b5470624e848bd976a19e663 (diff)
downloadmupdf-12ff4cf8af03410c01758bcc7a82a564dab43c22.tar.xz
Reword mutool usage text.
Diffstat (limited to 'source/tools')
-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 6e721464..844620f6 100644
--- a/source/tools/pdfshow.c
+++ b/source/tools/pdfshow.c
@@ -12,7 +12,7 @@ static int showcolumn;
static void usage(void)
{
- fprintf(stderr, "usage: mutool show [options] file.pdf [grepable] [xref] [trailer] [pagetree] [object numbers]\n");
+ fprintf(stderr, "usage: mutool show [options] file.pdf [grep] [xref] [trailer] [pages] [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");