Commit 7db5bc289bdb80a33af0468e5b37147d0ff9b0c1

Authored by Jay Berkenbilt
1 parent 81205e00

Fix typo

Showing 1 changed file with 1 additions and 1 deletions
qpdf/qpdf.cc
... ... @@ -1231,7 +1231,7 @@ ArgParser::argHelp()
1231 1231 << "starting point, but its pages are replaced with pages as specified.\n"
1232 1232 << "\n"
1233 1233 << "--keep-files-open=[yn]\n"
1234   - << "--keep-files-threshold=count\n"
  1234 + << "--keep-files-open-threshold=count\n"
1235 1235 << "--pages file [ --password=password ] [ page-range ] ... --\n"
1236 1236 << "\n"
1237 1237 << "For each file that pages should be taken from, specify the file, a\n"
... ...