diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-12-19 15:20:44 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2018-12-19 15:21:54 -0500 |
commit | 99ccaf73a8b92d6cb5d6892142a12468081a2b0d (patch) | |
tree | 33485dc8938ec4ff92fd653fae58355a85e861cc /cmd_debug.c | |
parent | f9ba96e16535a653b97f7f1f953fabf477737a96 (diff) |
Update bcachefs sources to 2724e115d2 bcachefs: Lots of option handling improvements
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(); |