* src/tgbatest/ltl2tgba.cc (syntax): Typo.

This commit is contained in:
Alexandre Duret-Lutz 2010-11-27 21:45:47 +01:00
parent 0785d729d5
commit 3b3711286b
2 changed files with 5 additions and 1 deletions

View file

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