Skip to content

Commit 708acf4

Browse files
author
Daniel Kroening
committed
missing newline in help
1 parent f0221b8 commit 708acf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cbmc/cbmc_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ void cbmc_parse_optionst::help()
966966
" --refine-strings use string refinement (experimental)\n"
967967
" --string-printable add constraint that strings are printable (experimental)\n" // NOLINT(*)
968968
" --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"
969+
" --string-max-length add constraint on the length of strings\n"
970970
" (deprecated: use string-max-input-length instead)\n" // NOLINT(*)
971971
" --outfile filename output formula to given file\n"
972972
" --arrays-uf-never never turn arrays into uninterpreted functions\n" // NOLINT(*)

0 commit comments

Comments
 (0)