aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-11-03 15:03:16 +0100
committerJay Berkenbilt <ejb@ql.org>2020-11-03 15:03:16 +0100
commit3e5aaa299a1f6675b73b56061b44ded4216ad34d (patch)
treea3d73c08f04ecb2ecb2fc271791b83907c2c50ce
parentfbe40b800d4f6aae54068ead6873273e0fe48792 (diff)
downloadqpdf-3e5aaa299a1f6675b73b56061b44ded4216ad34d.tar.zst
Typo in help message
-rw-r--r--qpdf/qpdf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 8ad31c13..32a1fc90 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -398,7 +398,7 @@ static JSON json_schema(std::set<std::string>* keys = 0)
JSON::makeString("if stream, its length, otherwise null"));
stream.addDictionaryMember(
"filter",
- JSON::makeString("if stream, its length, otherwise null"));
+ JSON::makeString("if stream, its filters, otherwise null"));
}
if (all_keys || keys->count("pages"))
{