Skip to content

Commit 25ef9c1

Browse files
committed
Fix --cover help
The "d" was taken to be a formatting character, and we ended up printing "ecision" instead of "decision."
1 parent 4fe3ade commit 25ef9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/cover.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class symbol_tablet;
3333
" {y--cover} {uCC} \t " \
3434
"create test-suite with coverage criterion {uCC}, where {uCC} is one of " \
3535
"{yassertion}[{ys}], {yassume}[{ys}], {ybranch}[{yes}], " \
36-
"{ycondition}[{ys}], {ycover}, {decision}[{ys}], {ylocation}[{ys}], " \
36+
"{ycondition}[{ys}], {ycover}, {ydecision}[{ys}], {ylocation}[{ys}], " \
3737
"or {ymcdc}\n" \
3838
" {y--cover-failed-assertions} \t " \
3939
"do not stop coverage checking at failed assertions (this is the default " \

0 commit comments

Comments
 (0)