diff options
author | Daniel Kahn Gillmor <[email protected]> | 2019-05-14 00:27:41 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2019-05-14 00:27:41 +0000 |
commit | f4dfeb9c80e184fe6215721c5c8f06dfee22ecf5 (patch) | |
tree | cfe35a7c70233178a056f876cc406bb8042a731e | |
parent | gpg: Change update_keysig_packet to replace SHA-1 by SHA-256. (diff) | |
download | gnupg-dkg/fix-T4507.tar.gz gnupg-dkg/fix-T4507.zip |
doc: clarify intent for show-only-fpr-mboxdkg/fix-T4507
* doc/gpg.texi: clarify documentation for list-options
show-only-fpr-mbox
--
This avoids unclear use of the term "valid".
Gnupg-Bug-Id: 4057
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
-rw-r--r-- | doc/gpg.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index df807fafc..e2b18c07b 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1330,8 +1330,9 @@ give the opposite meaning. The options are: @item show-only-fpr-mbox @opindex list-options:show-only-fpr-mbox - For each valid user-id which also has a valid mail address print - only the fingerprint and the mail address. + For each self-signed user-id which contains an email address print + only the fingerprint and the email address, one pair per line. Do + not print any other data. @end table @item --verify-options @var{parameters} |