mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
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:
parent
7a03f5baa3
commit
fe94e944ba
@ -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,
|
||||
|
@ -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")},
|
||||
|
Loading…
x
Reference in New Issue
Block a user