Skip to content

Commit 079a86e

Browse files
committed
ebmc: add --verbosity to help
1 parent ed29090 commit 079a86e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ebmc/ebmc_parse_options.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ void ebmc_parse_optionst::help()
404404
" {y--smv-netlist} \t show netlist in SMV format\n"
405405
" {y--dot-netlist} \t show netlist in DOT format\n"
406406
" {y--show-trans} \t show transition system\n"
407+
" {y--verbosity} {u#} \t verbosity level, from 0 (silent) to 10 (everything)\n"
407408
// clang-format on
408409
"\n");
409410
}

0 commit comments

Comments
 (0)