diff options
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r-- | tools/gpgconf-comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 1ba242387..5dfec85d1 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -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); } |