mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +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> (cherry picked from commit 2a45800b2f8043d2533403eaadf8736d15ad7017)
This commit is contained in:
parent
f812e09904
commit
7c386c5fb5
@ -1279,7 +1279,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