diff options
author | Peter Lebbing <peter@digitalbrains.com> | 2019-07-02 10:28:56 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2019-07-02 13:34:15 +0200 |
commit | cf92f7d96f83e5af7d2c232c8450c2c7d900ade8 (patch) | |
tree | 1902ce706242bf2190ea729b39bcbdb184c82e43 /doc | |
parent | gpg: Fallback to import with self-sigs-only on too large keyblocks. (diff) | |
download | gnupg2-cf92f7d96f83e5af7d2c232c8450c2c7d900ade8.tar.xz gnupg2-cf92f7d96f83e5af7d2c232c8450c2c7d900ade8.zip |
Mention --sender in documentation
Diffstat (limited to 'doc')
-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 |