Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/goto-instrument/nondet_volatile.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class optionst;
" --" NONDET_VOLATILE_VARIABLE_OPT " <variable>\n" \
" makes reads from given volatile variable " \
"non-deterministic\n" \
" --" NONDET_VOLATILE_MODEL_OPT "<variable>:<model>\n" \
" --" NONDET_VOLATILE_MODEL_OPT " <variable>:<model>\n" \
" models reads from given volatile variable " \
"by a call to the given model"
"by a call to the given model\n"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⛏️ would be good if the help text didn't exceed 80 chars.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, added a function help_entry() which automatically wraps the text at 80 chars.

// clang-format on

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