diff options
Diffstat (limited to 'cmd_debug.c')
-rw-r--r-- | cmd_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_debug.c b/cmd_debug.c index a9d59774..72eccd80 100644 --- a/cmd_debug.c +++ b/cmd_debug.c @@ -292,7 +292,7 @@ int cmd_list(int argc, char *argv[]) opt_set(opts, norecovery, false); break; case 'v': - opt_set(opts, verbose_recovery, true); + opt_set(opts, verbose, true); break; case 'h': list_keys_usage(); |