We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1e64c commit d11c9a6Copy full SHA for d11c9a6
jbmc/src/jbmc/jbmc_parse_options.cpp
@@ -390,6 +390,9 @@ int jbmc_parse_optionst::doit()
390
return 0; // should contemplate EX_OK from sysexits.h
391
}
392
393
+ eval_verbosity(
394
+ cmdline.get_value("verbosity"), messaget::M_STATISTICS, ui_message_handler);
395
+
396
//
397
// command line options
398
@@ -412,9 +415,6 @@ int jbmc_parse_optionst::doit()
412
415
return 6; // should contemplate EX_SOFTWARE from sysexits.h
413
416
414
417
- eval_verbosity(
- cmdline.get_value("verbosity"), messaget::M_STATISTICS, ui_message_handler);
-
418
419
// Print a banner
420
0 commit comments