diff --git a/src/goto-instrument/contracts/dynamic-frames/dfcc.h b/src/goto-instrument/contracts/dynamic-frames/dfcc.h index 7ef25c5b287..93c45dcb1b3 100644 --- a/src/goto-instrument/contracts/dynamic-frames/dfcc.h +++ b/src/goto-instrument/contracts/dynamic-frames/dfcc.h @@ -58,8 +58,9 @@ class optionst; // clang-format off #define HELP_DFCC \ - "--dfcc activate dynamic frame condition checking for function\n"\ - " contracts using the given harness as entry point" + " --dfcc activate dynamic frame condition checking\n"\ + " for function contracts using the given\n"\ + " harness as entry point\n" #define FLAG_ENFORCE_CONTRACT_REC "enforce-contract-rec" #define OPT_ENFORCE_CONTRACT_REC "(" FLAG_ENFORCE_CONTRACT_REC "):" @@ -67,7 +68,7 @@ class optionst; " --enforce-contract-rec [/]" \ " wrap fun with an assertion of the contract\n"\ " and assume recursive calls to fun satisfy \n"\ - " the contract" + " the contract\n" // clang-format on /// Exception thrown for bad function/contract specification pairs passed on diff --git a/src/goto-instrument/goto_instrument_parse_options.cpp b/src/goto-instrument/goto_instrument_parse_options.cpp index 7d94927ae32..13903597f8d 100644 --- a/src/goto-instrument/goto_instrument_parse_options.cpp +++ b/src/goto-instrument/goto_instrument_parse_options.cpp @@ -1980,11 +1980,11 @@ void goto_instrument_parse_optionst::help() " used with aggressive-slice, preserves all functions within function calls\n" // NOLINT(*) " of the functions on the shortest path\n" " --aggressive-slice-preserve-function \n" - " force the aggressive slicer to preserve function \n" // NOLINT(*) + " force the aggressive slicer to preserve function \n" // NOLINT(*) " --aggressive-slice-preserve-functions-containing \n" " force the aggressive slicer to preserve all functions with names containing \n" // NOLINT(*) " --aggressive-slice-preserve-all-direct-paths \n" - " force aggressive slicer to preserve all direct paths\n" // NOLINT(*) + " force aggressive slicer to preserve all direct paths\n" // NOLINT(*) "\n" "Code contracts:\n" HELP_DFCC