diff options
Diffstat (limited to '')
-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; |