diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-10-06 11:20:18 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-10-06 11:48:17 +0100 |
commit | a5abafc7583ecda91323a49e58706ac2f99c931f (patch) | |
tree | 20ebad27a512be1fba8c237887d944b5cadbfc45 | |
parent | 61eff09d928439847274bf3152cd8f26c0218cf5 (diff) | |
download | mupdf-a5abafc7583ecda91323a49e58706ac2f99c931f.tar.xz |
Bug 697194: Document -gggg in muclean.
-rw-r--r-- | source/tools/pdfclean.c | 1 |
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" |