* src/tgbatest/ltl2tgba.cc (syntax): Fix usage message.
This commit is contained in:
parent
a7d31e20b7
commit
cdb17c5486
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2003-06-24 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
* src/tgbatest/ltl2tgba.cc (syntax): Fix usage message.
|
||||
|
||||
* src/tgbatest/tripprod.test, src/tgbatest/explprod.test: Sort
|
||||
accepting conditions.
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ syntax(char* prog)
|
|||
std::cerr << "Usage: "<< prog << " [-d][-o][-r] formula" << std::endl
|
||||
<< std::endl
|
||||
<< " -a display the accepting_conditions BDD, not the reachability graph"
|
||||
<< std::endl
|
||||
<< " -A same as -a, but as a set" << std::endl
|
||||
<< " -d turn on traces during parsing" << std::endl
|
||||
<< " -o re-order BDD variables in the automata" << std::endl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue