Skip to content

Commit 8917458

Browse files
committed
Fix help output of --generate-function-body-options
1 parent 9fe432b commit 8917458

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/goto-programs/generate_function_bodies.h

+5-3
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ void generate_function_bodies(
7474

7575
#define HELP_REPLACE_FUNCTION_BODY \
7676
" --generate-function-body <regex>\n" \
77-
" Generate bodies for functions matching regex" \
77+
" Generate bodies for functions " \
78+
"matching regex\n" \
7879
" --generate-function-body-options <option>\n" \
7980
" One of assert-false, assume-false,\n" \
80-
" nondet-return, assert-false-assume-false and" \
81-
" \nhavoc[,params:<regex>][,globals:<regex>]\n" \
81+
" nondet-return, assert-false-assume-false " \
82+
"and\n" \
83+
" havoc[,params:<regex>][,globals:<regex>]\n" \
8284
" (default: nondet-return)"
8385

8486
#endif // CPROVER_GOTO_PROGRAMS_GENERATE_FUNCTION_BODIES_H

0 commit comments

Comments
 (0)