Commit 3e5aaa299a1f6675b73b56061b44ded4216ad34d
1 parent
fbe40b80
Typo in help message
Showing
1 changed file
with
1 additions
and
1 deletions
qpdf/qpdf.cc
| @@ -398,7 +398,7 @@ static JSON json_schema(std::set<std::string>* keys = 0) | @@ -398,7 +398,7 @@ static JSON json_schema(std::set<std::string>* keys = 0) | ||
| 398 | JSON::makeString("if stream, its length, otherwise null")); | 398 | JSON::makeString("if stream, its length, otherwise null")); |
| 399 | stream.addDictionaryMember( | 399 | stream.addDictionaryMember( |
| 400 | "filter", | 400 | "filter", |
| 401 | - JSON::makeString("if stream, its length, otherwise null")); | 401 | + JSON::makeString("if stream, its filters, otherwise null")); |
| 402 | } | 402 | } |
| 403 | if (all_keys || keys->count("pages")) | 403 | if (all_keys || keys->count("pages")) |
| 404 | { | 404 | { |