* src/bin/common_post.cc: Fix description of --any.
This commit is contained in:
parent
71979840cb
commit
1b5b9e4a65
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ static const argp_option options_disabled[] =
|
|||
/**************************************************/
|
||||
{ nullptr, 0, nullptr, 0, "Output automaton type:", 2 },
|
||||
{ "generic", OPT_GENERIC, nullptr, 0,
|
||||
"Any acceptance is allowed (default)", 0 },
|
||||
"any acceptance is allowed (default)", 0 },
|
||||
{ "tgba", OPT_TGBA, nullptr, 0,
|
||||
"Transition-based Generalized Büchi Automaton", 0 },
|
||||
{ "ba", 'B', nullptr, 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue