diff options
author | Werner Koch <[email protected]> | 2010-10-08 11:11:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-10-08 11:11:08 +0000 |
commit | a78335c9ce3956a1e6d6f1a17e60673b3ebce5fb (patch) | |
tree | 36bca72ac73e36d6564485685e1245787b39884d /g10/options.h | |
parent | Import fixes. (diff) | |
download | gnupg-a78335c9ce3956a1e6d6f1a17e60673b3ebce5fb.tar.gz gnupg-a78335c9ce3956a1e6d6f1a17e60673b3ebce5fb.zip |
Add new option --with-keygrip
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 968393257..499428e92 100644 --- a/g10/options.h +++ b/g10/options.h @@ -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; |