aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/ChangeLog5
-rw-r--r--g10/g10.c1
2 files changed, 6 insertions, 0 deletions
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 <[email protected]>
+
+ * 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 <[email protected]>
* 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")},