From 1f726b4123586330a986697b2afa4123d6674801 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 28 Aug 2021 18:34:26 +0200 Subject: [PATCH] gpg: Print a note about the obsolete option --secret-keyring. -- GnuPG-bug-id: 2749 --- g10/gpg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g10/gpg.c b/g10/gpg.c index 632a8a558..a30ef0155 100644 --- a/g10/gpg.c +++ b/g10/gpg.c @@ -2765,7 +2765,7 @@ main (int argc, char **argv) break; case oSecretKeyring: - /* Ignore this old option. */ + obsolete_option (configname, pargs.lineno, "secret-keyring"); break; case oNoArmor: opt.no_armor=1; opt.armor=0; break;