diff options
author | Werner Koch <[email protected]> | 2024-01-22 09:15:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-01-22 09:16:03 +0000 |
commit | 18320d692cfd52df25339fcb650898f5dda0c8c6 (patch) | |
tree | 1d4c804b0d4778a2bbe4a1a3dddc1df9fb935117 /doc/gpg.texi | |
parent | gpg: Add a communication object to the key generation code. (diff) | |
download | gnupg-18320d692cfd52df25339fcb650898f5dda0c8c6.tar.gz gnupg-18320d692cfd52df25339fcb650898f5dda0c8c6.zip |
doc: Fix description of gpg --unwrap
--
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 7e51aff6f..a54bc1fee 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -638,12 +638,11 @@ The @option{--dearmor} command can also be used to dearmor PEM armors. @item --unwrap @opindex unwrap -This command is similar to @option{--decrypt} with the difference that the -output is not the usual plaintext but the original message with the -encryption layer removed. Thus the output will be an OpenPGP data -structure which often means a signed OpenPGP message. Note that this -option may or may not remove a compression layer which is often found -beneath the encryption layer. +This option modifies the command @option{--decrypt} to output the +original message with the encryption layer removed. Thus the output +will be an OpenPGP data structure which often means a signed OpenPGP +message. Note that this option may or may not remove a compression +layer which is often found beneath the encryption layer. @item --tofu-policy @{auto|good|unknown|bad|ask@} @var{keys} @opindex tofu-policy |