2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-03 19:00:51 +00:00

Typo in help message

This commit is contained in:
Jay Berkenbilt 2020-11-03 09:03:16 -05:00
parent fbe40b800d
commit 3e5aaa299a

View File

@ -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"))
{