aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf/qpdf.cc')
-rw-r--r--qpdf/qpdf.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 1a45180c..2eb75af5 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -851,7 +851,7 @@ ArgParser::argJsonHelp()
<< "and \"parameters\" keys will always be present."
<< std::endl
<< std::endl
- << json_schema().serialize()
+ << json_schema().unparse()
<< std::endl;
}
@@ -3055,7 +3055,7 @@ ideally with the file that caused the error and the output below. Thanks!\n\
}
}
- std::cout << j.serialize() << std::endl;
+ std::cout << j.unparse() << std::endl;
}
static void do_inspection(QPDF& pdf, Options& o)