aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-04-22 15:37:18 +0200
committerJay Berkenbilt <ejb@ql.org>2019-04-22 15:37:23 +0200
commit7db5bc289bdb80a33af0468e5b37147d0ff9b0c1 (patch)
treecf5a8f9be8a6d627196b270a8c642c53857d2b2e
parent81205e007b58199c31af6db762757d182a5737f0 (diff)
downloadqpdf-7db5bc289bdb80a33af0468e5b37147d0ff9b0c1.tar.zst
Fix typo
-rw-r--r--qpdf/qpdf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 5bf36c5b..8bf89340 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -1231,7 +1231,7 @@ ArgParser::argHelp()
<< "starting point, but its pages are replaced with pages as specified.\n"
<< "\n"
<< "--keep-files-open=[yn]\n"
- << "--keep-files-threshold=count\n"
+ << "--keep-files-open-threshold=count\n"
<< "--pages file [ --password=password ] [ page-range ] ... --\n"
<< "\n"
<< "For each file that pages should be taken from, specify the file, a\n"