We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49fbe9 commit f7c81f2Copy full SHA for f7c81f2
src/goto-harness/common_harness_generator_options.h
@@ -46,9 +46,9 @@ Author: Diffblue Ltd.
46
" (default: 2)\n" \
47
"--" COMMON_HARNESS_GENERATOR_FUNCTION_POINTER_CAN_BE_NULL_OPT \
48
" <function-name>, name of the function(s) pointer parameters\n" \
49
- " that can be NULL pointing." \
+ " that can be NULL pointing.\n" \
50
"--" COMMON_HARNESS_GENERATOR_HAVOC_MEMBER_OPT \
51
- " path to the member to be havoced\n" \
+ " <member-expr> path to the member to be havoced\n" \
52
// COMMON_HARNESS_GENERATOR_HELP
53
54
// clang-format on
0 commit comments