We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0221b8 commit 708acf4Copy full SHA for 708acf4
src/cbmc/cbmc_parse_options.cpp
@@ -966,7 +966,7 @@ void cbmc_parse_optionst::help()
966
" --refine-strings use string refinement (experimental)\n"
967
" --string-printable add constraint that strings are printable (experimental)\n" // NOLINT(*)
968
" --string-max-input-length add constraint on the length of input strings\n" // NOLINT(*)
969
- " --string-max-length add constraint on the length of strings"
+ " --string-max-length add constraint on the length of strings\n"
970
" (deprecated: use string-max-input-length instead)\n" // NOLINT(*)
971
" --outfile filename output formula to given file\n"
972
" --arrays-uf-never never turn arrays into uninterpreted functions\n" // NOLINT(*)
0 commit comments