mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Fix doc typo (--encryption-file-password) (fixes #468)
This commit is contained in:
parent
a1994a5343
commit
8f1db4dcf2
1
TODO
1
TODO
@ -2,7 +2,6 @@ Candidates for upcoming release
|
||||
===============================
|
||||
|
||||
* Trivial fixes:
|
||||
* #468: doc typo
|
||||
* Remove travisci
|
||||
* Update manual to clearly state qpdf's exit codes including mention
|
||||
of not exiting with code 1.
|
||||
|
@ -777,7 +777,7 @@ make
|
||||
<para>
|
||||
Encrypt the file using the same encryption parameters,
|
||||
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
|
||||
encryption parameters from a file also copies the first half
|
||||
of <literal>/ID</literal> from the file since this is part of
|
||||
@ -786,7 +786,7 @@ make
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--encrypt-file-password=password</option></term>
|
||||
<term><option>--encryption-file-password=password</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If the file specified with <option>--copy-encryption</option>
|
||||
|
Loading…
Reference in New Issue
Block a user