Skip to content

Commit 7a87770

Browse files
Fix small typo in goto-harness documentation
1 parent ea156d9 commit 7a87770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cprover-manual/goto-harness.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ $ goto-harness \
237237
--harness-function-name harness \
238238
--harness-type call-function \
239239
--function is_prefix_of \
240-
--associated_array-size string:string_length \
240+
--associated-array-size string:string_length \
241241
--associated-array-size prefix:prefix_length \
242242
array_example.gb array_example-mod.gb
243243
$ cbmc --function harness --pointer-check array_example-mod.gb

0 commit comments

Comments
 (0)