Skip to content

Commit

Permalink
Merge pull request diffblue#7910 from mgudemann/format/fix_formatting…
Browse files Browse the repository at this point in the history
…_output

Format option `unwind-max` analogously to the other options.
  • Loading branch information
NlightNFotis authored Sep 21, 2023
2 parents a021bf6 + 595da03 commit c46b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goto-checker/bmc_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void run_property_decider(
"iteration. If for example it is 1, then the loop will be unwound once, " \
"and immediately checked. Note: this means for {y--unwind-min} 1 or 0 all " \
"properties are checked.\n" \
" {--unwind-max} {unr} \t stop incremental-loop after {unr} unwindings\n" \
" {y--unwind-max} {unr} \t stop incremental-loop after {unr} unwindings\n" \
" {y--ignore-properties-before-unwind-min} \t " \
"do not check properties before unwind-min when using " \
"{y--incremental-loop}\n" \
Expand Down

0 comments on commit c46b822

Please sign in to comment.