mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
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:
parent
d3f5d8544f
commit
2a45800b2f
@ -1283,7 +1283,7 @@ gc_component_launch (int component)
|
|||||||
gc_component[component].name);
|
gc_component[component].name);
|
||||||
if (!opt.quiet)
|
if (!opt.quiet)
|
||||||
log_info (_("Note: Use the command \"%s%s\" to get details.\n"),
|
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);
|
gpgconf_failure (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user