Skip to content

Commit

Permalink
Deprecate string-max-length option
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbrenguier committed Apr 17, 2018
1 parent 5a65467 commit e1b272e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cbmc/cbmc_parse_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -978,8 +978,9 @@ void cbmc_parse_optionst::help()
" --refine use refinement procedure (experimental)\n"
" --refine-strings use string refinement (experimental)\n"
" --string-printable add constraint that strings are printable (experimental)\n" // NOLINT(*)
" --string-max-length add constraint on the length of strings\n" // NOLINT(*)
" --string-max-input-length add constraint on the length of input strings\n" // NOLINT(*)
" --string-max-length add constraint on the length of strings"
" (deprecated: use string-max-input-length instead)\n" // NOLINT(*)
" --outfile filename output formula to given file\n"
" --arrays-uf-never never turn arrays into uninterpreted functions\n" // NOLINT(*)
" --arrays-uf-always always turn arrays into uninterpreted functions\n" // NOLINT(*)
Expand Down

0 comments on commit e1b272e

Please sign in to comment.