dftest: Show types with -d

This commit is contained in:
João Valverde 2023-10-03 16:31:05 +01:00
parent c22dd98eae
commit 64bba16c80

View file

@ -268,6 +268,7 @@ main(int argc, char **argv)
break;
case 'd':
opt_log_level = DFTEST_LOG_NOISY;
opt_show_types = 1;
break;
case 'f':
opt_flex = 1;