Commit af557db4a442db070e90584cb01ef08c3d6a2de1
1 parent
15c17e58
Cosmetic fix to help
Showing
1 changed file
with
3 additions
and
3 deletions
qpdf/qpdf.cc
| ... | ... | @@ -1389,7 +1389,7 @@ ArgParser::argHelp() |
| 1389 | 1389 | << "\n" |
| 1390 | 1390 | << "\n" |
| 1391 | 1391 | << "Password Modes\n" |
| 1392 | - << "----------------------\n" | |
| 1392 | + << "--------------\n" | |
| 1393 | 1393 | << "\n" |
| 1394 | 1394 | << "The --password-mode controls how qpdf interprets passwords supplied\n" |
| 1395 | 1395 | << "on the command-line. qpdf's default behavior is correct in almost all\n" |
| ... | ... | @@ -1459,7 +1459,7 @@ ArgParser::argHelp() |
| 1459 | 1459 | << "\n" |
| 1460 | 1460 | << "\n" |
| 1461 | 1461 | << "Overlay and Underlay Options\n" |
| 1462 | - << "-------------------------------\n" | |
| 1462 | + << "----------------------------\n" | |
| 1463 | 1463 | << "\n" |
| 1464 | 1464 | << "These options allow pages from another file to be overlaid or underlaid\n" |
| 1465 | 1465 | << "on the primary output. Overlaid pages are drawn on top of the destination\n" |
| ... | ... | @@ -1488,7 +1488,7 @@ ArgParser::argHelp() |
| 1488 | 1488 | << "\n" |
| 1489 | 1489 | << "\n" |
| 1490 | 1490 | << "Advanced Parsing Options\n" |
| 1491 | - << "-------------------------------\n" | |
| 1491 | + << "------------------------\n" | |
| 1492 | 1492 | << "\n" |
| 1493 | 1493 | << "These options control aspects of how qpdf reads PDF files. Mostly these are\n" |
| 1494 | 1494 | << "of use to people who are working with damaged files. There is little reason\n" | ... | ... |