From fe94e944ba9db0c7c9e4c68ee70a336de0805e50 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 30 Jul 2004 09:26:09 +0000 Subject: [PATCH] New alias --throw-keyid for --throw-keyids, so that it continues to work in old configuration files. Noted by Jens Adam. --- g10/ChangeLog | 5 +++++ g10/g10.c | 1 + 2 files changed, 6 insertions(+) diff --git a/g10/ChangeLog b/g10/ChangeLog index b63fdbdc9..1827e8c36 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2004-07-30 Werner Koch + + * 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 * pkclist.c (algo_available): --pgp8 now allows blowfish, zlib, diff --git a/g10/g10.c b/g10/g10.c index 5fea60474..277a1fb4b 100644 --- a/g10/g10.c +++ b/g10/g10.c @@ -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")},