From 0aad41079edba170032445be6f14bedb0be98f0a Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 16 Jul 2004 14:30:55 +0000 Subject: * keylist.c (list_keyblock_print): Always use the new listing format where uids are always on a line for themselves. Mark expired secret keys as expired. * options.h, g10.c (main): Rename list show-validity to show-uid-validity as it only shows for uids. * armor.c (armor_filter): Do not use padding to get us to 8 bytes of header. Rather, use 2+4 as two different chunks. This avoids a fake filename of "is". --- g10/g10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/g10.c') diff --git a/g10/g10.c b/g10/g10.c index 313c00765..4248a8514 100644 --- a/g10/g10.c +++ b/g10/g10.c @@ -2158,7 +2158,7 @@ main( int argc, char **argv ) {"show-standard-notations",LIST_SHOW_STD_NOTATIONS,NULL}, {"show-user-notations",LIST_SHOW_USER_NOTATIONS,NULL}, {"show-keyserver-urls",LIST_SHOW_KEYSERVER_URLS,NULL}, - {"show-validity",LIST_SHOW_VALIDITY,NULL}, + {"show-uid-validity",LIST_SHOW_UID_VALIDITY,NULL}, {"show-unusable-uids",LIST_SHOW_UNUSABLE_UIDS,NULL}, {"show-unusable-subkeys",LIST_SHOW_UNUSABLE_SUBKEYS,NULL}, {"show-keyring",LIST_SHOW_KEYRING,NULL}, -- cgit v1.2.3