File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,17 @@ class optionst;
58
58
59
59
// clang-format off
60
60
#define HELP_DFCC \
61
- " --dfcc <harness> activate dynamic frame condition checking for function\n " \
62
- " contracts using the given harness as entry point"
61
+ " --dfcc <harness> activate dynamic frame condition checking\n " \
62
+ " for function contracts using the given\n " \
63
+ " harness as entry point\n "
63
64
64
65
#define FLAG_ENFORCE_CONTRACT_REC " enforce-contract-rec"
65
66
#define OPT_ENFORCE_CONTRACT_REC " (" FLAG_ENFORCE_CONTRACT_REC " ):"
66
67
#define HELP_ENFORCE_CONTRACT_REC \
67
68
" --enforce-contract-rec <function>[/<contract>]" \
68
69
" wrap fun with an assertion of the contract\n " \
69
70
" and assume recursive calls to fun satisfy \n " \
70
- " the contract"
71
+ " the contract\n "
71
72
// clang-format on
72
73
73
74
// / Exception thrown for bad function/contract specification pairs passed on
Original file line number Diff line number Diff line change @@ -1980,11 +1980,11 @@ void goto_instrument_parse_optionst::help()
1980
1980
" used with aggressive-slice, preserves all functions within <n> function calls\n " // NOLINT(*)
1981
1981
" of the functions on the shortest path\n "
1982
1982
" --aggressive-slice-preserve-function <f>\n "
1983
- " force the aggressive slicer to preserve function <f>\n " // NOLINT(*)
1983
+ " force the aggressive slicer to preserve function <f>\n " // NOLINT(*)
1984
1984
" --aggressive-slice-preserve-functions-containing <f>\n "
1985
1985
" force the aggressive slicer to preserve all functions with names containing <f>\n " // NOLINT(*)
1986
1986
" --aggressive-slice-preserve-all-direct-paths \n "
1987
- " force aggressive slicer to preserve all direct paths\n " // NOLINT(*)
1987
+ " force aggressive slicer to preserve all direct paths\n " // NOLINT(*)
1988
1988
" \n "
1989
1989
" Code contracts:\n "
1990
1990
HELP_DFCC
You can’t perform that action at this time.
0 commit comments