Skip to content

Commit f55ab5d

Browse files
Petr Bauchpetr-bauch
Petr Bauch
authored andcommitted
Fix function harness options
Change one description and add pointers-as-strings description.
1 parent 77db049 commit f55ab5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/goto-harness/function_harness_generator_options.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ Author: Diffblue Ltd.
4848
" set the parameter <size_name> to the size" \
4949
" of\n the array <array_name>\n" \
5050
" (implies " \
51-
"-- " FUNCTION_HARNESS_GENERATOR_ASSOCIATED_ARRAY_SIZE_OPT \
51+
"-- " FUNCTION_HARNESS_GENERATOR_TREAT_POINTER_AS_ARRAY_OPT \
5252
" <array_name>)\n" \
53+
"--" FUNCTION_HARNESS_GENERATOR_TREAT_POINTER_AS_CSTRING \
54+
" p treat the function parameter with the name `p' as\n" \
55+
" a string of characters\n" \
5356
// FUNCTION_HARNESS_GENERATOR_HELP
5457

5558
// clang-format on

0 commit comments

Comments
 (0)