2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 04:59:05 +00:00

Fix doc typo (--encryption-file-password) (fixes #468)

This commit is contained in:
Jay Berkenbilt 2020-10-15 14:54:34 -04:00
parent a1994a5343
commit 8f1db4dcf2
2 changed files with 2 additions and 3 deletions

1
TODO
View File

@ -2,7 +2,6 @@ Candidates for upcoming release
=============================== ===============================
* Trivial fixes: * Trivial fixes:
* #468: doc typo
* Remove travisci * Remove travisci
* Update manual to clearly state qpdf's exit codes including mention * Update manual to clearly state qpdf's exit codes including mention
of not exiting with code 1. of not exiting with code 1.

View File

@ -777,7 +777,7 @@ make
<para> <para>
Encrypt the file using the same encryption parameters, Encrypt the file using the same encryption parameters,
including user and owner password, as the specified file. Use including user and owner password, as the specified file. Use
<option>--encrypt-file-password</option> to specify a password <option>--encryption-file-password</option> to specify a password
if one is needed to open this file. Note that copying the if one is needed to open this file. Note that copying the
encryption parameters from a file also copies the first half encryption parameters from a file also copies the first half
of <literal>/ID</literal> from the file since this is part of of <literal>/ID</literal> from the file since this is part of
@ -786,7 +786,7 @@ make
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--encrypt-file-password=password</option></term> <term><option>--encryption-file-password=password</option></term>
<listitem> <listitem>
<para> <para>
If the file specified with <option>--copy-encryption</option> If the file specified with <option>--copy-encryption</option>