Skip to content

Commit 69ec784

Browse files
committed
Fix help output of --generate-function-body-options
1 parent 340198b commit 69ec784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-programs/generate_function_bodies.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ 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" \
8081
" nondet-return, assert-false-assume-false and" \

0 commit comments

Comments
 (0)