We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a2257 commit 3f9026eCopy full SHA for 3f9026e
src/goto-instrument/nondet_volatile.h
@@ -33,9 +33,9 @@ class optionst;
33
" --" NONDET_VOLATILE_VARIABLE_OPT " <variable>\n" \
34
" makes reads from given volatile variable " \
35
"non-deterministic\n" \
36
- " --" NONDET_VOLATILE_MODEL_OPT "<variable>:<model>\n" \
+ " --" NONDET_VOLATILE_MODEL_OPT " <variable>:<model>\n" \
37
" models reads from given volatile variable " \
38
- "by a call to the given model"
+ "by a call to the given model\n"
39
// clang-format on
40
41
void parse_nondet_volatile_options(const cmdlinet &cmdline, optionst &options);
0 commit comments