Commit 8f1db4dcf253386f45a3aa535c5e7144b5ca36d1
1 parent
a1994a53
Fix doc typo (--encryption-file-password) (fixes #468)
Showing
2 changed files
with
2 additions
and
3 deletions
TODO
| @@ -2,7 +2,6 @@ Candidates for upcoming release | @@ -2,7 +2,6 @@ Candidates for upcoming release | ||
| 2 | =============================== | 2 | =============================== |
| 3 | 3 | ||
| 4 | * Trivial fixes: | 4 | * Trivial fixes: |
| 5 | - * #468: doc typo | ||
| 6 | * Remove travisci | 5 | * Remove travisci |
| 7 | * Update manual to clearly state qpdf's exit codes including mention | 6 | * Update manual to clearly state qpdf's exit codes including mention |
| 8 | of not exiting with code 1. | 7 | of not exiting with code 1. |
manual/qpdf-manual.xml
| @@ -777,7 +777,7 @@ make | @@ -777,7 +777,7 @@ make | ||
| 777 | <para> | 777 | <para> |
| 778 | Encrypt the file using the same encryption parameters, | 778 | Encrypt the file using the same encryption parameters, |
| 779 | including user and owner password, as the specified file. Use | 779 | including user and owner password, as the specified file. Use |
| 780 | - <option>--encrypt-file-password</option> to specify a password | 780 | + <option>--encryption-file-password</option> to specify a password |
| 781 | if one is needed to open this file. Note that copying the | 781 | if one is needed to open this file. Note that copying the |
| 782 | encryption parameters from a file also copies the first half | 782 | encryption parameters from a file also copies the first half |
| 783 | of <literal>/ID</literal> from the file since this is part of | 783 | of <literal>/ID</literal> from the file since this is part of |
| @@ -786,7 +786,7 @@ make | @@ -786,7 +786,7 @@ make | ||
| 786 | </listitem> | 786 | </listitem> |
| 787 | </varlistentry> | 787 | </varlistentry> |
| 788 | <varlistentry> | 788 | <varlistentry> |
| 789 | - <term><option>--encrypt-file-password=password</option></term> | 789 | + <term><option>--encryption-file-password=password</option></term> |
| 790 | <listitem> | 790 | <listitem> |
| 791 | <para> | 791 | <para> |
| 792 | If the file specified with <option>--copy-encryption</option> | 792 | If the file specified with <option>--copy-encryption</option> |