gpgconf: Fix description of two new options.

* tools/gpgconf-comp.c: Fix auto-key-import and include-key-block.
--

GnuPG-bug-id: 5221
Fixes-commit: 95b42278ca
This commit is contained in:
Werner Koch 2021-01-07 13:22:35 +01:00
parent fdc5485026
commit ff30fcd3dc
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 2 additions and 2 deletions

View File

@ -757,10 +757,10 @@ static gc_option_t gc_options_gpg[] =
"gnupg", N_("|MECHANISMS|use MECHANISMS to locate keys by mail address"),
GC_ARG_TYPE_STRING, GC_BACKEND_GPG },
{ "auto-key-import", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC,
N_("import missing key from a signature"), "gnupg",
"gnupg", N_("import missing key from a signature"),
GC_ARG_TYPE_NONE, GC_BACKEND_GPG },
{ "include-key-block", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC,
N_("include the public key in signatures"), "gnupg",
"gnupg", N_("include the public key in signatures"),
GC_ARG_TYPE_NONE, GC_BACKEND_GPG },
{ "auto-key-retrieve", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT,
NULL, NULL, GC_ARG_TYPE_NONE, GC_BACKEND_GPG },