mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
2008-08-06 Marcus Brinkmann <marcus@g10code.de>
* gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver option to GC_ARG_TYPE_LDAP_SERVER.
This commit is contained in:
parent
f923f576e1
commit
5af58480ea
@ -1,5 +1,8 @@
|
||||
2008-08-06 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver
|
||||
option to GC_ARG_TYPE_LDAP_SERVER.
|
||||
|
||||
* gpgconf-comp.c (retrieve_options_from_file): Transfer the
|
||||
NO_CHANGE flag from the file name option to the list option.
|
||||
|
||||
|
@ -742,7 +742,7 @@ static gc_option_t gc_options_gpgsm[] =
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_GPGSM },
|
||||
{ "keyserver", GC_OPT_FLAG_LIST, GC_LEVEL_BASIC,
|
||||
"gnupg", N_("|SPEC|use this keyserver to lookup keys"),
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_GPGSM },
|
||||
GC_ARG_TYPE_LDAP_SERVER, GC_BACKEND_GPGSM },
|
||||
|
||||
{ "Debug",
|
||||
GC_OPT_FLAG_GROUP, GC_LEVEL_ADVANCED,
|
||||
|
Loading…
x
Reference in New Issue
Block a user