aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob_argv.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-26 22:40:14 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commitedef2cd330d0f4ca77f75e7192628a64bf67de3e (patch)
treecd1f6d7bee4a587e1876b7347525342544cd21f3 /libqpdf/QPDFJob_argv.cc
parentf2409f4fca3ace5627e7166f9c27167aab869f2a (diff)
downloadqpdf-edef2cd330d0f4ca77f75e7192628a64bf67de3e.tar.zst
QPDFJob: make remaining members private
Diffstat (limited to 'libqpdf/QPDFJob_argv.cc')
-rw-r--r--libqpdf/QPDFJob_argv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFJob_argv.cc b/libqpdf/QPDFJob_argv.cc
index 7aa01b63..cca3abca 100644
--- a/libqpdf/QPDFJob_argv.cc
+++ b/libqpdf/QPDFJob_argv.cc
@@ -181,7 +181,7 @@ ArgParser::argJsonHelp()
<< std::endl
<< "be null, and others will have values that apply to unencrypted files."
<< std::endl
- << QPDFJob::json_schema().unparse()
+ << QPDFJob::json_out_schema_v1()
<< std::endl;
}