File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -978,8 +978,9 @@ void cbmc_parse_optionst::help()
978978 " --refine use refinement procedure (experimental)\n "
979979 " --refine-strings use string refinement (experimental)\n "
980980 " --string-printable add constraint that strings are printable (experimental)\n " // NOLINT(*)
981- " --string-max-length add constraint on the length of strings\n " // NOLINT(*)
982981 " --string-max-input-length add constraint on the length of input strings\n " // NOLINT(*)
982+ " --string-max-length add constraint on the length of strings"
983+ " (deprecated: use string-max-input-length instead)\n " // NOLINT(*)
983984 " --outfile filename output formula to given file\n "
984985 " --arrays-uf-never never turn arrays into uninterpreted functions\n " // NOLINT(*)
985986 " --arrays-uf-always always turn arrays into uninterpreted functions\n " // NOLINT(*)
You can’t perform that action at this time.
0 commit comments