Skip to content

Commit 8640fc9

Browse files
authored
Merge pull request #8793 from tautschnig/fix-cover-help
Fix --cover help
2 parents 4fe3ade + 25ef9c1 commit 8640fc9

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)