diff options
author | Werner Koch <[email protected]> | 2016-08-04 13:01:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-08-04 13:01:52 +0000 |
commit | 54a1ed20e203dcafeacbe21eb147efa08255dbf5 (patch) | |
tree | 753a6d55d5c1182b14a7ee3cbc388158464e3ded /doc | |
parent | tests: Use gpgconf to set the ssh socket envvar. (diff) | |
download | gnupg-54a1ed20e203dcafeacbe21eb147efa08255dbf5.tar.gz gnupg-54a1ed20e203dcafeacbe21eb147efa08255dbf5.zip |
gpg: Always print the fingerprint in colons mode.
* g10/keylist.c (list_keyblock_colon): Remove arg FPR. Always print
fingerprint records. For secret keys always print keygrip records.
--
The fingerprint should always be used thus we should always print it.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 4d6a26159..c54496747 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2378,7 +2378,8 @@ Print the ICAO spelling of the fingerprint in addition to the hex digits. @item --with-keygrip @opindex with-keygrip -Include the keygrip in the key listings. +Include the keygrip in the key listings. In @code{--with-colons} mode +this is implicitly enable for secret keys. @item --with-wkd-hash @opindex with-wkd-hash |