Skip to content

Commit b2b4ca5

Browse files
committed
Align options string with help function and options parser
1 parent dfb11c2 commit b2b4ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cbmc/cbmc_parse_options.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class optionst;
3232
"(no-simplify)(unwind):(unwindset):(slice-formula)(full-slice)" \
3333
"(debug-level):(no-propagation)(no-simplify-if)" \
3434
"(document-subgoals)(outfile):(test-preprocessor)" \
35-
"D:I:(c89)(c99)(c11)(cpp89)(cpp99)(cpp11)" \
35+
"D:I:(c89)(c99)(c11)(cpp98)(cpp03)(cpp11)" \
3636
"(object-bits):" \
3737
"(classpath):(cp):(main-class):" \
3838
"(depth):(partial-loops)(no-unwinding-assertions)(unwinding-assertions)" \

0 commit comments

Comments
 (0)