diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index 2b65db20c..a23412fc8 100644 --- a/g10/options.h +++ b/g10/options.h @@ -32,8 +32,8 @@ struct { int answer_no; /* answer no on most questions */ int check_sigs; /* check key signatures */ int cache_all; - int detached_sig; - int reserved3; + int fingerprint; /* list fingerprints */ + int list_sigs; /* list signatures */ int reserved4; int reserved5; int reserved6; |