bin: remove unsupported %b stats from --help
* bin/common_aoutput.cc: Here. * NEWS: Mention it.
This commit is contained in:
parent
6ac9128699
commit
aff3d09015
2 changed files with 3 additions and 2 deletions
3
NEWS
3
NEWS
|
|
@ -5,6 +5,9 @@ New in spot 2.3.3.dev (not yet released)
|
||||||
- the transformation to state-based acceptance (spot::sbacc()) was
|
- the transformation to state-based acceptance (spot::sbacc()) was
|
||||||
incorrect on automata where the empty acceptance mark is accepting.
|
incorrect on automata where the empty acceptance mark is accepting.
|
||||||
|
|
||||||
|
- the --help output of randaut and ltl2tgba was showing an
|
||||||
|
unsupported %b stat.
|
||||||
|
|
||||||
New in spot 2.3.3 (2017-04-11)
|
New in spot 2.3.3 (2017-04-11)
|
||||||
|
|
||||||
Tools:
|
Tools:
|
||||||
|
|
|
||||||
|
|
@ -234,8 +234,6 @@ static const argp_option o_options[] =
|
||||||
"number of transitions", 0 },
|
"number of transitions", 0 },
|
||||||
{ "%a", 0, nullptr, OPTION_DOC | OPTION_NO_USAGE,
|
{ "%a", 0, nullptr, OPTION_DOC | OPTION_NO_USAGE,
|
||||||
"number of acceptance sets", 0 },
|
"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,
|
{ "%g", 0, nullptr, OPTION_DOC | OPTION_NO_USAGE,
|
||||||
"acceptance condition (in HOA syntax)", 0 },
|
"acceptance condition (in HOA syntax)", 0 },
|
||||||
{ "%c, %[LETTERS]c", 0, nullptr, OPTION_DOC | OPTION_NO_USAGE,
|
{ "%c, %[LETTERS]c", 0, nullptr, OPTION_DOC | OPTION_NO_USAGE,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue