bin: remove unsupported %b stats from --help

* bin/common_aoutput.cc: Here.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2017-04-22 11:04:32 +02:00
parent e4a5bf8192
commit d9022f796c
2 changed files with 3 additions and 2 deletions

View file

@ -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,