diff options
Diffstat (limited to 'scd/sc-investigate.c')
-rw-r--r-- | scd/sc-investigate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scd/sc-investigate.c b/scd/sc-investigate.c index 1100bdf43..e7fd6dddc 100644 --- a/scd/sc-investigate.c +++ b/scd/sc-investigate.c @@ -140,6 +140,9 @@ main (int argc, char **argv ) if (log_get_errorcount(0)) exit(2); + if (opt.verbose < 2) + opt.verbose = 2; /* hack to let select_openpgp print some info. */ + if (argc) usage (1); |