Commit 3e5aaa299a1f6675b73b56061b44ded4216ad34d

Authored by Jay Berkenbilt
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 398 JSON::makeString("if stream, its length, otherwise null"));
399 399 stream.addDictionaryMember(
400 400 "filter",
401   - JSON::makeString("if stream, its length, otherwise null"));
  401 + JSON::makeString("if stream, its filters, otherwise null"));
402 402 }
403 403 if (all_keys || keys->count("pages"))
404 404 {
... ...