Commit 8f1db4dcf253386f45a3aa535c5e7144b5ca36d1
1 parent
a1994a53
Fix doc typo (--encryption-file-password) (fixes #468)
Showing
2 changed files
with
2 additions
and
3 deletions
TODO
manual/qpdf-manual.xml
| ... | ... | @@ -777,7 +777,7 @@ make |
| 777 | 777 | <para> |
| 778 | 778 | Encrypt the file using the same encryption parameters, |
| 779 | 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 | 781 | if one is needed to open this file. Note that copying the |
| 782 | 782 | encryption parameters from a file also copies the first half |
| 783 | 783 | of <literal>/ID</literal> from the file since this is part of |
| ... | ... | @@ -786,7 +786,7 @@ make |
| 786 | 786 | </listitem> |
| 787 | 787 | </varlistentry> |
| 788 | 788 | <varlistentry> |
| 789 | - <term><option>--encrypt-file-password=password</option></term> | |
| 789 | + <term><option>--encryption-file-password=password</option></term> | |
| 790 | 790 | <listitem> |
| 791 | 791 | <para> |
| 792 | 792 | If the file specified with <option>--copy-encryption</option> | ... | ... |