summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/auto_job_schema.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-01-26 01:12:16 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit7dd5f31230702afee6530956f4791bfc5046356c (patch)
tree3eeafccae81abc26e5953b1d8b26090d900fa91e /libqpdf/qpdf/auto_job_schema.hh
parente091b6c9d01f7ac910a2031c4db5fdcbb6dd2d27 (diff)
downloadqpdf-7dd5f31230702afee6530956f4791bfc5046356c.tar.zst
Fix typos in manual
Fix typos in cli.rst
Diffstat (limited to 'libqpdf/qpdf/auto_job_schema.hh')
-rw-r--r--libqpdf/qpdf/auto_job_schema.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/qpdf/auto_job_schema.hh b/libqpdf/qpdf/auto_job_schema.hh
index bab83daa..53356d66 100644
--- a/libqpdf/qpdf/auto_job_schema.hh
+++ b/libqpdf/qpdf/auto_job_schema.hh
@@ -24,7 +24,7 @@ static constexpr char const* JOB_SCHEMA_DATA = R"({
"decrypt": "remove encryption from input file",
"staticAesIv": "use a fixed AES vector",
"staticId": "use a fixed document ID",
- "noOriginalObjectIds": "omit original object ID in qdf",
+ "noOriginalObjectIds": "omit original object IDs in qdf",
"copyEncryption": "copy another file's encryption details",
"encryptionFilePassword": "supply password for copyEncryption",
"linearize": "linearize (web-optimize) output",
@@ -78,7 +78,7 @@ static constexpr char const* JOB_SCHEMA_DATA = R"({
"deterministicId": "generate ID deterministically",
"keepFilesOpen": "manage keeping multiple files open",
"keepFilesOpenThreshold": "set threshold for keepFilesOpen",
- "noWarn": "suppress printing warning messages",
+ "noWarn": "suppress printing of warning messages",
"verbose": "print additional information",
"warningExit0": "exit 0 even with warnings",
"ignoreXrefStreams": "use xref tables rather than streams",