New alias --throw-keyid for --throw-keyids, so that it

continues to work in old configuration files.  Noted by Jens Adam.
This commit is contained in:
Werner Koch 2004-07-30 09:26:09 +00:00
parent 7a03f5baa3
commit fe94e944ba
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-07-30 Werner Koch <wk@g10code.de>
* g10.c: New alias --throw-keyid for --throw-keyids, so that it
continues to work in old configuration files. Noted by Jens Adam.
2004-07-29 David Shaw <dshaw@jabberwocky.com>
* pkclist.c (algo_available): --pgp8 now allows blowfish, zlib,

View File

@ -485,6 +485,7 @@ static ARGPARSE_OPTS opts[] = {
{ oCertDigestAlgo, "cert-digest-algo", 2 , "@" },
{ oCompressAlgo, "compress-algo", 1 , N_("|N|use compress algorithm N")},
{ oThrowKeyid, "throw-keyids", 0, N_("throw keyid field of encrypted packets")},
{ oThrowKeyid, "throw-keyid", 0, "@" },
{ oShowPhotos, "show-photos", 0, N_("Show Photo IDs")},
{ oNoShowPhotos, "no-show-photos", 0, N_("Don't show Photo IDs")},
{ oPhotoViewer, "photo-viewer", 2, N_("Set command line to view Photo IDs")},