mirror of
https://github.com/AltraMayor/f3.git
synced 2025-08-03 18:46:00 -04:00
f3probe: --debug-block-order and --debug-keep-file
This patch just enables debugging mode when parameters --debug-block-order and --debug-keep-file are used; This is equivalent to automatically adding --debug. It was an expected behavior that wasn't implemented.
This commit is contained in:
parent
0121daf4af
commit
bce2b9899b
@ -163,10 +163,12 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state)
|
||||
argp_error(state,
|
||||
"Block order must be in the interval [9, 20] or be zero");
|
||||
args->block_order = ll;
|
||||
args->debug = true;
|
||||
break;
|
||||
|
||||
case 'k':
|
||||
args->keep_file = true;
|
||||
args->debug = true;
|
||||
break;
|
||||
|
||||
case 'u':
|
||||
|
Loading…
x
Reference in New Issue
Block a user