mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add new option --with-keygrip
This commit is contained in:
parent
002b30e75c
commit
a78335c9ce
10 changed files with 75 additions and 5 deletions
|
@ -59,7 +59,8 @@ struct
|
|||
int check_sigs; /* check key signatures */
|
||||
int with_colons;
|
||||
int with_key_data;
|
||||
int with_fingerprint; /* opt --with-fingerprint active */
|
||||
int with_fingerprint; /* Option --with-fingerprint active. */
|
||||
int with_keygrip; /* Option --with-keygrip active. */
|
||||
int fingerprint; /* list fingerprints */
|
||||
int list_sigs; /* list signatures */
|
||||
int no_armor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue