* src/tgbatest/ltl2tgba.cc (syntax): Add missing black line in

help output.
This commit is contained in:
Alexandre Duret-Lutz 2010-04-15 09:46:18 +02:00
parent 26bd137020
commit 70669c99ed
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-04-15 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbatest/ltl2tgba.cc (syntax): Add missing black line in
help output.
2010-04-14 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2010-04-14 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Mention W and M. * NEWS: Mention W and M.

View file

@ -161,6 +161,7 @@ syntax(char* prog)
<< std::endl << std::endl
<< " -c enable language containment checks (implies -taa)" << " -c enable language containment checks (implies -taa)"
<< std::endl << std::endl
<< std::endl
<< "Formula simplification (before translation):" << "Formula simplification (before translation):"
<< std::endl << std::endl