aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob_argv.cc
diff options
context:
space:
mode:
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>