mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
gpg: Print a note about the obsolete option --secret-keyring.
-- GnuPG-bug-id: 2749
This commit is contained in:
parent
ad3dabc9fb
commit
fdb726f77d
@ -1,7 +1,7 @@
|
|||||||
# README.ldap -*- org -*-
|
# README.ldap -*- org -*-
|
||||||
#+TITLE: How to use LDAP with GnuPG
|
#+TITLE: How to use LDAP with GnuPG
|
||||||
#+AUTHOR: GnuPG.com
|
#+AUTHOR: GnuPG.com
|
||||||
#+DATE: 2020-12-23
|
#+DATE: 2021-05-28
|
||||||
#
|
#
|
||||||
# The following comment lines are for use by Org-mode.
|
# The following comment lines are for use by Org-mode.
|
||||||
#+EXPORT_FILE_NAME: gnupg-and-ldap
|
#+EXPORT_FILE_NAME: gnupg-and-ldap
|
||||||
|
@ -2886,7 +2886,7 @@ main (int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case oSecretKeyring:
|
case oSecretKeyring:
|
||||||
/* Ignore this old option. */
|
obsolete_option (configname, pargs.lineno, "secret-keyring");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case oNoArmor: opt.no_armor=1; opt.armor=0; break;
|
case oNoArmor: opt.no_armor=1; opt.armor=0; break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user