gpgconf: Suggest the use of --gpgconf-test on --launch problems.

* tools/gpgconf-comp.c (gc_component_launch): Change suggestion.
--

GnuPG-bug-id: 4668
Signed-off-by: Werner Koch <wk@gnupg.org>
(cherry picked from commit 2a45800b2f)
This commit is contained in:
Werner Koch 2019-08-23 10:43:53 +02:00
parent f812e09904
commit 7c386c5fb5
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -1279,7 +1279,7 @@ gc_component_launch (int component)
gc_component[component].name);
if (!opt.quiet)
log_info (_("Note: Use the command \"%s%s\" to get details.\n"),
"gpgconf --check-options ", gc_component[component].name);
gc_component[component].name, " --gpgconf-test");
gpgconf_failure (0);
}