File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -999,8 +999,9 @@ void cbmc_parse_optionst::help()
999
999
" --refine use refinement procedure (experimental)\n "
1000
1000
" --refine-strings use string refinement (experimental)\n "
1001
1001
" --string-printable add constraint that strings are printable (experimental)\n " // NOLINT(*)
1002
- " --string-max-length add constraint on the length of strings\n " // NOLINT(*)
1003
1002
" --string-max-input-length add constraint on the length of input strings\n " // NOLINT(*)
1003
+ " --string-max-length add constraint on the length of strings"
1004
+ " (deprecated: use string-max-input-length instead)\n " // NOLINT(*)
1004
1005
" --outfile filename output formula to given file\n "
1005
1006
" --arrays-uf-never never turn arrays into uninterpreted functions\n " // NOLINT(*)
1006
1007
" --arrays-uf-always always turn arrays into uninterpreted functions\n " // NOLINT(*)
You can’t perform that action at this time.
0 commit comments