Skip to content

Commit 05b924c

Browse files
Deprecate string-max-length option
1 parent 132a26b commit 05b924c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cbmc/cbmc_parse_options.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -999,8 +999,9 @@ void cbmc_parse_optionst::help()
999999
" --refine use refinement procedure (experimental)\n"
10001000
" --refine-strings use string refinement (experimental)\n"
10011001
" --string-printable add constraint that strings are printable (experimental)\n" // NOLINT(*)
1002-
" --string-max-length add constraint on the length of strings\n" // NOLINT(*)
10031002
" --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(*)
10041005
" --outfile filename output formula to given file\n"
10051006
" --arrays-uf-never never turn arrays into uninterpreted functions\n" // NOLINT(*)
10061007
" --arrays-uf-always always turn arrays into uninterpreted functions\n" // NOLINT(*)

0 commit comments

Comments
 (0)