Commit 843c6f57e07cf04060410f72e5651110e3bd805b
1 parent
58c31fdd
Fix manual entry for --pages
Showing
2 changed files
with
3 additions
and
1 deletions
job.sums
| @@ -15,6 +15,6 @@ libqpdf/qpdf/auto_job_json_decl.hh 843892c8e8652a86b7eb573893ef24050b7f36fe313f7 | @@ -15,6 +15,6 @@ libqpdf/qpdf/auto_job_json_decl.hh 843892c8e8652a86b7eb573893ef24050b7f36fe313f7 | ||
| 15 | libqpdf/qpdf/auto_job_json_init.hh a87256c082427ec0318223762472970b2eced535c0c8b0288d45c8cdaaf62f74 | 15 | libqpdf/qpdf/auto_job_json_init.hh a87256c082427ec0318223762472970b2eced535c0c8b0288d45c8cdaaf62f74 |
| 16 | libqpdf/qpdf/auto_job_schema.hh 5dac568dff39614e161a0af59a0f328f1e28edf69b96f08bb76fd592d51bb053 | 16 | libqpdf/qpdf/auto_job_schema.hh 5dac568dff39614e161a0af59a0f328f1e28edf69b96f08bb76fd592d51bb053 |
| 17 | manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580 | 17 | manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580 |
| 18 | -manual/cli.rst 313e73730b062b52897ebbd72605d73fda3c6eb5028f4818e0da2100c75af5bc | 18 | +manual/cli.rst 94057baba9ecffb4ce19ae61c8fa507ef07209c280fccae97b283c3dfce834e0 |
| 19 | manual/qpdf.1 63d6ca1f7c41cfec3f82bc17aa4f40218635ad32a5a171d02bca62e1ddae45dd | 19 | manual/qpdf.1 63d6ca1f7c41cfec3f82bc17aa4f40218635ad32a5a171d02bca62e1ddae45dd |
| 20 | manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b | 20 | manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b |
manual/cli.rst
| @@ -2536,6 +2536,7 @@ files. | @@ -2536,6 +2536,7 @@ files. | ||
| 2536 | :: | 2536 | :: |
| 2537 | 2537 | ||
| 2538 | qpdf primary-input.pdf \ | 2538 | qpdf primary-input.pdf \ |
| 2539 | + --pages \ | ||
| 2539 | --file=input.pdf \ | 2540 | --file=input.pdf \ |
| 2540 | [--range=page-range] \ | 2541 | [--range=page-range] \ |
| 2541 | [--password=password] \ | 2542 | [--password=password] \ |
| @@ -2547,6 +2548,7 @@ OR | @@ -2547,6 +2548,7 @@ OR | ||
| 2547 | :: | 2548 | :: |
| 2548 | 2549 | ||
| 2549 | qpdf primary-input.pdf \ | 2550 | qpdf primary-input.pdf \ |
| 2551 | + --pages \ | ||
| 2550 | input.pdf [--password=password] [page-range] \ | 2552 | input.pdf [--password=password] [page-range] \ |
| 2551 | [...] -- output.pdf | 2553 | [...] -- output.pdf |
| 2552 | 2554 |