diff options
author | Peter Lebbing <[email protected]> | 2019-07-02 08:28:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-07-02 11:34:15 +0000 |
commit | cf92f7d96f83e5af7d2c232c8450c2c7d900ade8 (patch) | |
tree | 1902ce706242bf2190ea729b39bcbdb184c82e43 | |
parent | gpg: Fallback to import with self-sigs-only on too large keyblocks. (diff) | |
download | gnupg-cf92f7d96f83e5af7d2c232c8450c2c7d900ade8.tar.gz gnupg-cf92f7d96f83e5af7d2c232c8450c2c7d900ade8.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 4c383f495..5822dfdd6 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2644,11 +2644,11 @@ legacy non-MDC message is exceptionally required, the option @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 |