summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/auto_job_schema.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/auto_job_schema.hh')
-rw-r--r--libqpdf/qpdf/auto_job_schema.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf/auto_job_schema.hh b/libqpdf/qpdf/auto_job_schema.hh
index 2a621ac9..9b85536a 100644
--- a/libqpdf/qpdf/auto_job_schema.hh
+++ b/libqpdf/qpdf/auto_job_schema.hh
@@ -18,6 +18,7 @@ static constexpr char const* JOB_SCHEMA_DATA = R"({
"recompressFlate": "uncompress and recompress flate",
"decodeLevel": "control which streams to uncompress",
"decrypt": "remove encryption from input file",
+ "deterministicId": "generate ID deterministically",
"staticAesIv": "use a fixed AES vector",
"staticId": "use a fixed document ID",
"noOriginalObjectIds": "omit original object IDs in qdf",
@@ -93,7 +94,6 @@ static constexpr char const* JOB_SCHEMA_DATA = R"({
},
"options": {
"allowWeakCrypto": "allow insecure cryptographic algorithms",
- "deterministicId": "generate ID deterministically",
"keepFilesOpen": "manage keeping multiple files open",
"keepFilesOpenThreshold": "set threshold for keepFilesOpen",
"noWarn": "suppress printing of warning messages",