aboutsummaryrefslogtreecommitdiffstats
path: root/g13/g13-syshelp.c
diff options
context:
space:
mode:
Diffstat (limited to 'g13/g13-syshelp.c')
-rw-r--r--g13/g13-syshelp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/g13/g13-syshelp.c b/g13/g13-syshelp.c
index c09a5e917..cbb5f8dbf 100644
--- a/g13/g13-syshelp.c
+++ b/g13/g13-syshelp.c
@@ -270,6 +270,10 @@ main ( int argc, char **argv)
strerror (errno));
opt.homedir = default_homedir ();
+ /* Fixme: We enable verbose mode here because there is currently no
+ way to do this when starting g13-syshelp. To fix that we should
+ add a g13-syshelp.conf file in /etc/gnupg. */
+ opt.verbose = 1;
/* First check whether we have a debug option on the commandline. */
orig_argc = argc;