* src/tgbatest/ltl2tgba.cc (syntax): Typo.
This commit is contained in:
parent
0785d729d5
commit
3b3711286b
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-11-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* src/tgbatest/ltl2tgba.cc (syntax): Typo.
|
||||
|
||||
2010-11-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Another Clang report.
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ syntax(char* prog)
|
|||
<< " -R2t remove transitions using delayed simulation"
|
||||
<< std::endl
|
||||
<< " -R3 use SCC to reduce the automata" << std::endl
|
||||
<< " -R3f clean more acceptance conditions that -R3" << std::endl
|
||||
<< " -R3f clean more acceptance conditions than -R3" << std::endl
|
||||
<< " "
|
||||
<< "(prefer -R3 over -R3f if you degeneralize with -D, -DS, or -N)"
|
||||
<< std::endl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue