Skip to content

Commit c46b822

Browse files
authored
Merge pull request #7910 from mgudemann/format/fix_formatting_output
Format option `unwind-max` analogously to the other options.
2 parents a021bf6 + 595da03 commit c46b822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-checker/bmc_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ void run_property_decider(
218218
"iteration. If for example it is 1, then the loop will be unwound once, " \
219219
"and immediately checked. Note: this means for {y--unwind-min} 1 or 0 all " \
220220
"properties are checked.\n" \
221-
" {--unwind-max} {unr} \t stop incremental-loop after {unr} unwindings\n" \
221+
" {y--unwind-max} {unr} \t stop incremental-loop after {unr} unwindings\n" \
222222
" {y--ignore-properties-before-unwind-min} \t " \
223223
"do not check properties before unwind-min when using " \
224224
"{y--incremental-loop}\n" \

0 commit comments

Comments
 (0)