mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgconf: Fix a diagnostic output.
* tools/gpgconf-comp.c (gc_component_launch): Fix diagnostic. * doc/examples/common.conf: Fix example. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
51419d6341
commit
b657d6c3bd
2 changed files with 5 additions and 2 deletions
|
@ -948,7 +948,10 @@ gc_component_launch (int component)
|
|||
gc_component[component].name);
|
||||
if (!opt.quiet)
|
||||
log_info (_("Note: Use the command \"%s%s\" to get details.\n"),
|
||||
gc_component[component].name, " --gpgconf-test");
|
||||
gc_component[component].program
|
||||
? gc_component[component].program
|
||||
: gc_component[component].name,
|
||||
" --gpgconf-test");
|
||||
gpgconf_failure (0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue