mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
a8116aacd9
commit
ae09515b9d
4 changed files with 45 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue