doc: Fix description of gpg --unwrap

--
This commit is contained in:
Werner Koch 2024-01-22 10:15:29 +01:00
parent ee56f71c8a
commit 18320d692c
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 5 additions and 6 deletions

View File

@ -638,12 +638,11 @@ The @option{--dearmor} command can also be used to dearmor PEM armors.
@item --unwrap @item --unwrap
@opindex unwrap @opindex unwrap
This command is similar to @option{--decrypt} with the difference that the This option modifies the command @option{--decrypt} to output the
output is not the usual plaintext but the original message with the original message with the encryption layer removed. Thus the output
encryption layer removed. Thus the output will be an OpenPGP data will be an OpenPGP data structure which often means a signed OpenPGP
structure which often means a signed OpenPGP message. Note that this message. Note that this option may or may not remove a compression
option may or may not remove a compression layer which is often found layer which is often found beneath the encryption layer.
beneath the encryption layer.
@item --tofu-policy @{auto|good|unknown|bad|ask@} @var{keys} @item --tofu-policy @{auto|good|unknown|bad|ask@} @var{keys}
@opindex tofu-policy @opindex tofu-policy