diff options
author | Peter Lebbing <[email protected]> | 2019-07-02 08:28:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-07-03 14:21:32 +0000 |
commit | 37b549dfe0acd362399debd7c93794eb75937402 (patch) | |
tree | a15f59b6004262f132180db41a5dc733a33a333a | |
parent | dirmngr: Fix previous commit (diff) | |
download | gnupg-37b549dfe0acd362399debd7c93794eb75937402.tar.gz gnupg-37b549dfe0acd362399debd7c93794eb75937402.zip |
Mention --sender in documentation
-rw-r--r-- | doc/gpg.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index b00d23af6..faaaf1d88 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2614,11 +2614,11 @@ allows for this. @item --disable-signer-uid @opindex disable-signer-uid -By default the user ID of the signing key is embedded in the data -signature. As of now this is only done if the signing key has been -specified with @option{local-user} using a mail address. This -information can be helpful for verifier to locate the key; see -option @option{--auto-key-retrieve}. +By default the user ID of the signing key is embedded in the data signature. +As of now this is only done if the signing key has been specified with +@option{local-user} using a mail address, or with @option{sender}. This +information can be helpful for verifier to locate the key; see option +@option{--auto-key-retrieve}. @item --personal-cipher-preferences @var{string} @opindex personal-cipher-preferences |