aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob_argv.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-06 15:51:34 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commitf8eee83515032eca5e50d668ced44194eac6e36e (patch)
treebdbee189756b6f2757cf1ef7d1ffcce19b31113f /libqpdf/QPDFJob_argv.cc
parent8dcf6da2590633e00fe9d0334692d5ca482e740a (diff)
downloadqpdf-f8eee83515032eca5e50d668ced44194eac6e36e.tar.zst
Expose QPDFArgParser::usage
Diffstat (limited to 'libqpdf/QPDFJob_argv.cc')
-rw-r--r--libqpdf/QPDFJob_argv.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/libqpdf/QPDFJob_argv.cc b/libqpdf/QPDFJob_argv.cc
index aa2c8bf4..2e35bd74 100644
--- a/libqpdf/QPDFJob_argv.cc
+++ b/libqpdf/QPDFJob_argv.cc
@@ -2174,15 +2174,7 @@ ArgParser::argEndCopyAttachments()
void
ArgParser::usage(std::string const& message)
{
- if (this->ap.isCompleting())
- {
- // This will cause bash to fall back to regular file completion.
- exit(0);
- }
- else
- {
- throw QPDFArgParser::Usage(message);
- }
+ this->ap.usage(message);
}
std::vector<int>