Skip to content

Commit 3f9026e

Browse files
committed
Fix format of nondet volatile command line help
1 parent 91a2257 commit 3f9026e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-instrument/nondet_volatile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ class optionst;
3333
" --" NONDET_VOLATILE_VARIABLE_OPT " <variable>\n" \
3434
" makes reads from given volatile variable " \
3535
"non-deterministic\n" \
36-
" --" NONDET_VOLATILE_MODEL_OPT "<variable>:<model>\n" \
36+
" --" NONDET_VOLATILE_MODEL_OPT " <variable>:<model>\n" \
3737
" models reads from given volatile variable " \
38-
"by a call to the given model"
38+
"by a call to the given model\n"
3939
// clang-format on
4040

4141
void parse_nondet_volatile_options(const cmdlinet &cmdline, optionst &options);

0 commit comments

Comments
 (0)