Skip to content

Commit f7c81f2

Browse files
committed
goto-harness: fix help output of --havoc-member
The preceding help entry was missing a newline, and the option itself did not make clear that an argument was required.
1 parent c49fbe9 commit f7c81f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-harness/common_harness_generator_options.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Author: Diffblue Ltd.
4646
" (default: 2)\n" \
4747
"--" COMMON_HARNESS_GENERATOR_FUNCTION_POINTER_CAN_BE_NULL_OPT \
4848
" <function-name>, name of the function(s) pointer parameters\n" \
49-
" that can be NULL pointing." \
49+
" that can be NULL pointing.\n" \
5050
"--" COMMON_HARNESS_GENERATOR_HAVOC_MEMBER_OPT \
51-
" path to the member to be havoced\n" \
51+
" <member-expr> path to the member to be havoced\n" \
5252
// COMMON_HARNESS_GENERATOR_HELP
5353

5454
// clang-format on

0 commit comments

Comments
 (0)