gpg: Print a note about the obsolete option --secret-keyring.

--

GnuPG-bug-id: 2749
This commit is contained in:
Werner Koch 2021-08-28 18:34:26 +02:00
parent b03a38355d
commit 1f726b4123
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -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;