diff options
author | Werner Koch <[email protected]> | 2015-02-23 16:54:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-02-23 16:54:05 +0000 |
commit | ae09515b9d3aae653b62a32ea5b4a9b9e557fc52 (patch) | |
tree | 162ad1ca241f9ac092a7a9219e7a96732fd43175 /doc | |
parent | gpg: Skip legacy keys while searching keyrings. (diff) | |
download | gnupg-ae09515b9d3aae653b62a32ea5b4a9b9e557fc52.tar.gz gnupg-ae09515b9d3aae653b62a32ea5b4a9b9e557fc52.zip |
gpg: Add option to print fingerprints in ICAO spelling.
* g10/gpg.c: Add option --with-icao-spelling.
* g10/options.h (struct opt): Add with_icao_spelling.
* g10/keylist.c (print_icao_hexdigit): New.
(print_fingerprint): Print ICAO spelling.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 77df55c6b..79fe23444 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2136,6 +2136,11 @@ Same as the command @option{--fingerprint} but changes only the format of the output and may be used together with another command. @ifset gpgtwoone + +@item --with-icao-spelling +@opindex with-icao-spelling +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. |