summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-10-06 11:20:18 +0100
committerRobin Watts <robin.watts@artifex.com>2016-10-06 11:48:17 +0100
commita5abafc7583ecda91323a49e58706ac2f99c931f (patch)
tree20ebad27a512be1fba8c237887d944b5cadbfc45 /source
parent61eff09d928439847274bf3152cd8f26c0218cf5 (diff)
downloadmupdf-a5abafc7583ecda91323a49e58706ac2f99c931f.tar.xz
Bug 697194: Document -gggg in muclean.
Diffstat (limited to 'source')
-rw-r--r--source/tools/pdfclean.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tools/pdfclean.c b/source/tools/pdfclean.c
index 22937186..5dd0d700 100644
--- a/source/tools/pdfclean.c
+++ b/source/tools/pdfclean.c
@@ -19,6 +19,7 @@ static void usage(void)
"\t-g\tgarbage collect unused objects\n"
"\t-gg\tin addition to -g compact xref table\n"
"\t-ggg\tin addition to -gg merge duplicate objects\n"
+ "\t-gggg\tin addition to -ggg check streams for duplication\n"
"\t-l\tlinearize PDF\n"
"\t-a\tascii hex encode binary streams\n"
"\t-d\tdecompress streams\n"