1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* 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.
This commit is contained in:
David Shaw 2004-03-03 20:54:03 +00:00
parent 56a6945261
commit c562c9e837
4 changed files with 13 additions and 12 deletions

View file

@ -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}
};