aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-15 21:34:21 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-15 22:11:33 +0100
commit19608ec151f218aa5f7c47a2d1e497d88acbb3be (patch)
tree79bd7198d012ccef4641213d5a05e670445ce6a2
parent894940d17ac3b3c2310808275a8529b95409bf75 (diff)
downloadqpdf-19608ec151f218aa5f7c47a2d1e497d88acbb3be.tar.zst
Add missing spaces in usageExit
-rw-r--r--qpdf/qpdf.cc8
-rw-r--r--qpdf/qtest/qpdf/bad-bare-option-false-json.out8
-rw-r--r--qpdf/qtest/qpdf/bad-choice-mismatch-json.out8
-rw-r--r--qpdf/qtest/qpdf/bad-encrypt-duplicate-key-length-json.out8
-rw-r--r--qpdf/qtest/qpdf/bad-encrypt-missing-password-json.out8
-rw-r--r--qpdf/qtest/qpdf/bad-encrypt-no-key-length-json.out8
-rw-r--r--qpdf/qtest/qpdf/bad-json-error-json.out8
-rw-r--r--qpdf/qtest/qpdf/bad-pages-no-file-json.out8
-rw-r--r--qpdf/qtest/qpdf/bad-schema-error-json.out8
-rw-r--r--qpdf/qtest/qpdf/split-pages-stdout.out8
10 files changed, 40 insertions, 40 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index f6e8e431..6e4be1ba 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -16,13 +16,13 @@ static void usageExit(std::string const& msg)
<< whoami << ": " << msg << std::endl
<< std::endl
<< "For help:" << std::endl
- << " " << whoami << "--help=usage usage information"
+ << " " << whoami << " --help=usage usage information"
<< std::endl
- << " " << whoami << "--help=topic help on a topic"
+ << " " << whoami << " --help=topic help on a topic"
<< std::endl
- << " " << whoami << "--help=--option help on an option"
+ << " " << whoami << " --help=--option help on an option"
<< std::endl
- << " " << whoami << "--help general help and a topic list"
+ << " " << whoami << " --help general help and a topic list"
<< std::endl
<< std::endl;
exit(QPDFJob::EXIT_ERROR);
diff --git a/qpdf/qtest/qpdf/bad-bare-option-false-json.out b/qpdf/qtest/qpdf/bad-bare-option-false-json.out
index 16cd20f8..8a507017 100644
--- a/qpdf/qtest/qpdf/bad-bare-option-false-json.out
+++ b/qpdf/qtest/qpdf/bad-bare-option-false-json.out
@@ -3,8 +3,8 @@ qpdf: error with job-json file bad-json-bare-option-false.json: .qdf: value must
Run qpdf--job-json-help for information on the file format.
For help:
- qpdf--help=usage usage information
- qpdf--help=topic help on a topic
- qpdf--help=--option help on an option
- qpdf--help general help and a topic list
+ qpdf --help=usage usage information
+ qpdf --help=topic help on a topic
+ qpdf --help=--option help on an option
+ qpdf --help general help and a topic list
diff --git a/qpdf/qtest/qpdf/bad-choice-mismatch-json.out b/qpdf/qtest/qpdf/bad-choice-mismatch-json.out
index 4f2193a0..d130e633 100644
--- a/qpdf/qtest/qpdf/bad-choice-mismatch-json.out
+++ b/qpdf/qtest/qpdf/bad-choice-mismatch-json.out
@@ -3,8 +3,8 @@ qpdf: error with job-json file bad-json-choice-mismatch.json: .objectStreams: un
Run qpdf--job-json-help for information on the file format.
For help:
- qpdf--help=usage usage information
- qpdf--help=topic help on a topic
- qpdf--help=--option help on an option
- qpdf--help general help and a topic list
+ qpdf --help=usage usage information
+ qpdf --help=topic help on a topic
+ qpdf --help=--option help on an option
+ qpdf --help general help and a topic list
diff --git a/qpdf/qtest/qpdf/bad-encrypt-duplicate-key-length-json.out b/qpdf/qtest/qpdf/bad-encrypt-duplicate-key-length-json.out
index 20490205..6ada4636 100644
--- a/qpdf/qtest/qpdf/bad-encrypt-duplicate-key-length-json.out
+++ b/qpdf/qtest/qpdf/bad-encrypt-duplicate-key-length-json.out
@@ -3,8 +3,8 @@ qpdf: error with job-json file bad-json-encrypt-duplicate-key-length.json: exact
Run qpdf--job-json-help for information on the file format.
For help:
- qpdf--help=usage usage information
- qpdf--help=topic help on a topic
- qpdf--help=--option help on an option
- qpdf--help general help and a topic list
+ qpdf --help=usage usage information
+ qpdf --help=topic help on a topic
+ qpdf --help=--option help on an option
+ qpdf --help general help and a topic list
diff --git a/qpdf/qtest/qpdf/bad-encrypt-missing-password-json.out b/qpdf/qtest/qpdf/bad-encrypt-missing-password-json.out
index 41e09114..39feffbe 100644
--- a/qpdf/qtest/qpdf/bad-encrypt-missing-password-json.out
+++ b/qpdf/qtest/qpdf/bad-encrypt-missing-password-json.out
@@ -3,8 +3,8 @@ qpdf: error with job-json file bad-json-encrypt-missing-password.json: the user
Run qpdf--job-json-help for information on the file format.
For help:
- qpdf--help=usage usage information
- qpdf--help=topic help on a topic
- qpdf--help=--option help on an option
- qpdf--help general help and a topic list
+ qpdf --help=usage usage information
+ qpdf --help=topic help on a topic
+ qpdf --help=--option help on an option
+ qpdf --help general help and a topic list
diff --git a/qpdf/qtest/qpdf/bad-encrypt-no-key-length-json.out b/qpdf/qtest/qpdf/bad-encrypt-no-key-length-json.out
index 475937c6..15b62232 100644
--- a/qpdf/qtest/qpdf/bad-encrypt-no-key-length-json.out
+++ b/qpdf/qtest/qpdf/bad-encrypt-no-key-length-json.out
@@ -3,8 +3,8 @@ qpdf: error with job-json file bad-json-encrypt-no-key-length.json: exactly one
Run qpdf--job-json-help for information on the file format.
For help:
- qpdf--help=usage usage information
- qpdf--help=topic help on a topic
- qpdf--help=--option help on an option
- qpdf--help general help and a topic list
+ qpdf --help=usage usage information
+ qpdf --help=topic help on a topic
+ qpdf --help=--option help on an option
+ qpdf --help general help and a topic list
diff --git a/qpdf/qtest/qpdf/bad-json-error-json.out b/qpdf/qtest/qpdf/bad-json-error-json.out
index 6dbf5868..36996342 100644
--- a/qpdf/qtest/qpdf/bad-json-error-json.out
+++ b/qpdf/qtest/qpdf/bad-json-error-json.out
@@ -3,8 +3,8 @@ qpdf: error with job-json file bad-json-json-error.json: JSON: offset 83: unexpe
Run qpdf--job-json-help for information on the file format.
For help:
- qpdf--help=usage usage information
- qpdf--help=topic help on a topic
- qpdf--help=--option help on an option
- qpdf--help general help and a topic list
+ qpdf --help=usage usage information
+ qpdf --help=topic help on a topic
+ qpdf --help=--option help on an option
+ qpdf --help general help and a topic list
diff --git a/qpdf/qtest/qpdf/bad-pages-no-file-json.out b/qpdf/qtest/qpdf/bad-pages-no-file-json.out
index 35b0f9c0..61a3909e 100644
--- a/qpdf/qtest/qpdf/bad-pages-no-file-json.out
+++ b/qpdf/qtest/qpdf/bad-pages-no-file-json.out
@@ -3,8 +3,8 @@ qpdf: error with job-json file bad-json-pages-no-file.json: file is required in
Run qpdf--job-json-help for information on the file format.
For help:
- qpdf--help=usage usage information
- qpdf--help=topic help on a topic
- qpdf--help=--option help on an option
- qpdf--help general help and a topic list
+ qpdf --help=usage usage information
+ qpdf --help=topic help on a topic
+ qpdf --help=--option help on an option
+ qpdf --help general help and a topic list
diff --git a/qpdf/qtest/qpdf/bad-schema-error-json.out b/qpdf/qtest/qpdf/bad-schema-error-json.out
index 76937a0f..b6f18bc1 100644
--- a/qpdf/qtest/qpdf/bad-schema-error-json.out
+++ b/qpdf/qtest/qpdf/bad-schema-error-json.out
@@ -4,8 +4,8 @@ qpdf: error with job-json file bad-json-schema-error.json: qpdf: job json has er
Run qpdf--job-json-help for information on the file format.
For help:
- qpdf--help=usage usage information
- qpdf--help=topic help on a topic
- qpdf--help=--option help on an option
- qpdf--help general help and a topic list
+ qpdf --help=usage usage information
+ qpdf --help=topic help on a topic
+ qpdf --help=--option help on an option
+ qpdf --help general help and a topic list
diff --git a/qpdf/qtest/qpdf/split-pages-stdout.out b/qpdf/qtest/qpdf/split-pages-stdout.out
index 212006f6..107cf8e3 100644
--- a/qpdf/qtest/qpdf/split-pages-stdout.out
+++ b/qpdf/qtest/qpdf/split-pages-stdout.out
@@ -2,8 +2,8 @@
qpdf: --split-pages may not be used when writing to standard output
For help:
- qpdf--help=usage usage information
- qpdf--help=topic help on a topic
- qpdf--help=--option help on an option
- qpdf--help general help and a topic list
+ qpdf --help=usage usage information
+ qpdf --help=topic help on a topic
+ qpdf --help=--option help on an option
+ qpdf --help general help and a topic list