diff options
| author | Werner Koch <[email protected]> | 2023-01-19 15:31:05 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2023-01-19 15:31:05 +0000 |
| commit | e28b6c301d0bc49b8ac1159c44fdd67ae41e056e (patch) | |
| tree | b618bc5a36274ad210cf80e5cd65bc26376ffe42 | |
| parent | common: Detect PNG and JPEG file formats. (diff) | |
| download | gnupg-e28b6c301d0bc49b8ac1159c44fdd67ae41e056e.tar.gz gnupg-e28b6c301d0bc49b8ac1159c44fdd67ae41e056e.zip | |
doc: Revert last change the gpg --unwrap description
--
Note that --unwrap is an option and not a command. Thus it modifies
the behaviour of the default operation or of -d.
| -rw-r--r-- | doc/gpg.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 457088eb3..792ca9aa5 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -639,9 +639,8 @@ 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 -command may or may not remove a compression layer which is often found -beneath the encryption layer. Without the option @option{--output} -the result is written to a file with the suffix stripped. +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 |
