aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-06 13:24:10 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-06 19:45:43 +0100
commitaf557db4a442db070e90584cb01ef08c3d6a2de1 (patch)
tree6d19bd8288cdd94bf8ff8f848ba3c442a159a46b
parent15c17e58a2abc2f9e2d5784a9bfa5d0770d64fc9 (diff)
downloadqpdf-af557db4a442db070e90584cb01ef08c3d6a2de1.tar.zst
Cosmetic fix to help
-rw-r--r--qpdf/qpdf.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 0e64490c..7138bd73 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -1389,7 +1389,7 @@ ArgParser::argHelp()
<< "\n"
<< "\n"
<< "Password Modes\n"
- << "----------------------\n"
+ << "--------------\n"
<< "\n"
<< "The --password-mode controls how qpdf interprets passwords supplied\n"
<< "on the command-line. qpdf's default behavior is correct in almost all\n"
@@ -1459,7 +1459,7 @@ ArgParser::argHelp()
<< "\n"
<< "\n"
<< "Overlay and Underlay Options\n"
- << "-------------------------------\n"
+ << "----------------------------\n"
<< "\n"
<< "These options allow pages from another file to be overlaid or underlaid\n"
<< "on the primary output. Overlaid pages are drawn on top of the destination\n"
@@ -1488,7 +1488,7 @@ ArgParser::argHelp()
<< "\n"
<< "\n"
<< "Advanced Parsing Options\n"
- << "-------------------------------\n"
+ << "------------------------\n"
<< "\n"
<< "These options control aspects of how qpdf reads PDF files. Mostly these are\n"
<< "of use to people who are working with damaged files. There is little reason\n"