2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-03 10:50:53 +00:00

Fix typo in error message

This commit is contained in:
Jay Berkenbilt 2022-04-10 15:02:56 -04:00
parent 5f4675bb24
commit ce86307a1a
9 changed files with 9 additions and 9 deletions

View File

@ -694,7 +694,7 @@ QPDFJob::Config::jobJsonFile(std::string const& parameter)
throw std::runtime_error(
"error with job-json file " + std::string(parameter) + ": " +
e.what() + "\nRun " + this->o.m->message_prefix +
"--job-json-help for information on the file format.");
" --job-json-help for information on the file format.");
}
return this;
}

View File

@ -1,6 +1,6 @@
qpdf: error with job-json file bad-json-bare-option-false.json: .qdf: value must be the empty string
Run qpdf--job-json-help for information on the file format.
Run qpdf --job-json-help for information on the file format.
For help:
qpdf --help=usage usage information

View File

@ -1,6 +1,6 @@
qpdf: error with job-json file bad-json-choice-mismatch.json: .objectStreams: unexpected value; expected one of disable, preserve, generate
Run qpdf--job-json-help for information on the file format.
Run qpdf --job-json-help for information on the file format.
For help:
qpdf --help=usage usage information

View File

@ -1,6 +1,6 @@
qpdf: error with job-json file bad-json-encrypt-duplicate-key-length.json: exactly one of 40bit, 128bit, or 256bit must be given
Run qpdf--job-json-help for information on the file format.
Run qpdf --job-json-help for information on the file format.
For help:
qpdf --help=usage usage information

View File

@ -1,6 +1,6 @@
qpdf: error with job-json file bad-json-encrypt-missing-password.json: the user and owner password are both required; use the empty string for the user password if you don't want a password
Run qpdf--job-json-help for information on the file format.
Run qpdf --job-json-help for information on the file format.
For help:
qpdf --help=usage usage information

View File

@ -1,6 +1,6 @@
qpdf: error with job-json file bad-json-encrypt-no-key-length.json: exactly one of 40bit, 128bit, or 256bit must be given; an empty dictionary may be supplied for one of them to set the key length without imposing any restrictions
Run qpdf--job-json-help for information on the file format.
Run qpdf --job-json-help for information on the file format.
For help:
qpdf --help=usage usage information

View File

@ -1,6 +1,6 @@
qpdf: error with job-json file bad-json-json-error.json: JSON: offset 83: unexpected dictionary end delimiter
Run qpdf--job-json-help for information on the file format.
Run qpdf --job-json-help for information on the file format.
For help:
qpdf --help=usage usage information

View File

@ -1,6 +1,6 @@
qpdf: error with job-json file bad-json-pages-no-file.json: file is required in page specification
Run qpdf--job-json-help for information on the file format.
Run qpdf --job-json-help for information on the file format.
For help:
qpdf --help=usage usage information

View File

@ -1,7 +1,7 @@
qpdf: error with job-json file bad-json-schema-error.json: qpdf: job json has errors:
top-level object: key "potato" is not present in schema but appears in object
Run qpdf--job-json-help for information on the file format.
Run qpdf --job-json-help for information on the file format.
For help:
qpdf --help=usage usage information