Skip to content

Commit ec13309

Browse files
committed
Minor formatting fix to contracts help
1 parent d7099ae commit ec13309

File tree

1 file changed

+3
-3
lines changed
  • src/goto-instrument/contracts/dynamic-frames

1 file changed

+3
-3
lines changed

src/goto-instrument/contracts/dynamic-frames/dfcc.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ class optionst;
5858

5959
// clang-format off
6060
#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 for function\n"\
62+
" contracts using the given harness as entry point\n"
6363

6464
#define FLAG_ENFORCE_CONTRACT_REC "enforce-contract-rec"
6565
#define OPT_ENFORCE_CONTRACT_REC "(" FLAG_ENFORCE_CONTRACT_REC "):"
6666
#define HELP_ENFORCE_CONTRACT_REC \
6767
" --enforce-contract-rec <function>[/<contract>]" \
6868
" wrap fun with an assertion of the contract\n"\
6969
" and assume recursive calls to fun satisfy \n"\
70-
" the contract"
70+
" the contract\n"
7171
// clang-format on
7272

7373
/// Exception thrown for bad function/contract specification pairs passed on

0 commit comments

Comments
 (0)