Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
d9022f79
Commit
d9022f79
authored
Apr 22, 2017
by
Alexandre Duret-Lutz
Browse files
bin: remove unsupported %b stats from --help
* bin/common_aoutput.cc: Here. * NEWS: Mention it.
parent
e4a5bf81
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
d9022f79
...
...
@@ -66,6 +66,9 @@ New in spot 2.3.3.dev (not yet released)
- the transformation to state-based acceptance (spot::sbacc()) was
incorrect on automata where the empty acceptance mark is accepting.
- the --help output of randaut and ltl2tgba was showing an
unsupported %b stat.
Backward-incompatible changes:
- spot::acc_cond::mark_t::operator bool() has been marked as
...
...
bin/common_aoutput.cc
View file @
d9022f79
...
...
@@ -239,8 +239,6 @@ static const argp_option o_options[] =
"number of transitions"
,
0
},
{
"%a"
,
0
,
nullptr
,
OPTION_DOC
|
OPTION_NO_USAGE
,
"number of acceptance sets"
,
0
},
{
"%b"
,
0
,
nullptr
,
OPTION_DOC
|
OPTION_NO_USAGE
,
"number of acceptance sets"
,
0
},
{
"%g"
,
0
,
nullptr
,
OPTION_DOC
|
OPTION_NO_USAGE
,
"acceptance condition (in HOA syntax)"
,
0
},
{
"%c, %[LETTERS]c"
,
0
,
nullptr
,
OPTION_DOC
|
OPTION_NO_USAGE
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment