From 3e5aaa299a1f6675b73b56061b44ded4216ad34d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 3 Nov 2020 09:03:16 -0500 Subject: Typo in help message --- qpdf/qpdf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* 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")) { -- cgit v1.2.3-54-g00ecf