aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-03-03 20:54:03 +0000
committerDavid Shaw <[email protected]>2004-03-03 20:54:03 +0000
commitc562c9e8372a3976b7367a011991168b894b5e3d (patch)
tree4b04062e6db6868ce595f857d41b748a8de40c4b /g10/g10.c
parent* build-packet.c (write_header2): Remove call to start old gpg partial (diff)
downloadgnupg-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 03e93cc1a..815cb345f 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -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}
};