We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe432b commit 8917458Copy full SHA for 8917458
src/goto-programs/generate_function_bodies.h
@@ -74,11 +74,13 @@ void generate_function_bodies(
74
75
#define HELP_REPLACE_FUNCTION_BODY \
76
" --generate-function-body <regex>\n" \
77
- " Generate bodies for functions matching regex" \
+ " Generate bodies for functions " \
78
+ "matching regex\n" \
79
" --generate-function-body-options <option>\n" \
80
" One of assert-false, assume-false,\n" \
- " nondet-return, assert-false-assume-false and" \
81
- " \nhavoc[,params:<regex>][,globals:<regex>]\n" \
+ " nondet-return, assert-false-assume-false " \
82
+ "and\n" \
83
+ " havoc[,params:<regex>][,globals:<regex>]\n" \
84
" (default: nondet-return)"
85
86
#endif // CPROVER_GOTO_PROGRAMS_GENERATE_FUNCTION_BODIES_H
0 commit comments