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>
This commit is contained in:
Werner Koch 2019-08-23 10:43:53 +02:00
parent d3f5d8544f
commit 2a45800b2f
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -1283,7 +1283,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);
}