diff options
author | David Shaw <[email protected]> | 2004-03-03 20:54:03 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-03-03 20:54:03 +0000 |
commit | c562c9e8372a3976b7367a011991168b894b5e3d (patch) | |
tree | 4b04062e6db6868ce595f857d41b748a8de40c4b /g10/g10.c | |
parent | * build-packet.c (write_header2): Remove call to start old gpg partial (diff) | |
download | gnupg-c562c9e8372a3976b7367a011991168b894b5e3d.tar.gz gnupg-c562c9e8372a3976b7367a011991168b894b5e3d.zip |
* options.h, g10.c (main), mainproc.c (check_sig_and_print): Remove
verify-option show-long-keyids and replace with the more general
keyid-format.
Diffstat (limited to '')
-rw-r--r-- | g10/g10.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2144,7 +2144,6 @@ main( int argc, char **argv ) {"show-notations",VERIFY_SHOW_NOTATIONS,NULL}, {"show-keyserver-urls",VERIFY_SHOW_KEYSERVER_URLS,NULL}, {"show-validity",VERIFY_SHOW_VALIDITY,NULL}, - {"show-long-keyids",VERIFY_SHOW_LONG_KEYIDS,NULL}, {"show-unusable-uids",VERIFY_SHOW_UNUSABLE_UIDS,NULL}, {NULL,0,NULL} }; |