mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Make --with-subkey-fingerprint the default.
* g10/gpg.c (oWithoutSubkeyFingerprint): New. (opts): Add "without-subkey-fingerprint". (main): Make --with-subkey-fingerprint the default. Implementation the without option. -- Given that the default for the keyid format is none, the subkey fingerprints are important to do anything with a subkey. Thus we make the old option the default and provide a new option to revert it.
This commit is contained in:
parent
4e32ff209d
commit
2a71c3cf97
2 changed files with 11 additions and 2 deletions
|
@ -2893,12 +2893,15 @@ Same as the command @option{--fingerprint} but changes only the format
|
|||
of the output and may be used together with another command.
|
||||
|
||||
@item --with-subkey-fingerprint
|
||||
@itemx --without-subkey-fingerprint
|
||||
@opindex with-subkey-fingerprint
|
||||
@opindex without-subkey-fingerprint
|
||||
If a fingerprint is printed for the primary key, this option forces
|
||||
printing of the fingerprint for all subkeys. This could also be
|
||||
achieved by using the @option{--with-fingerprint} twice but by using
|
||||
this option along with keyid-format "none" a compact fingerprint is
|
||||
printed.
|
||||
this option along with the default keyid-format "none" a compact
|
||||
fingerprint is printed. Since version 2.6.0 this option is active by
|
||||
default; use the ``without'' variant to disable it.
|
||||
|
||||
@item --with-v5-fingerprint
|
||||
@opindex with-v5-fingerprint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue