Missing space in help text.

* src/tgbatest/ltl2tgba.cc (syntax): Here.  Reported by Akim Demaille.
This commit is contained in:
Alexandre Duret-Lutz 2012-05-10 10:09:58 +02:00
parent 9f127deae6
commit 509edabab4

View file

@ -120,8 +120,7 @@ syntax(char* prog)
<< "Translation algorithm:" << std::endl << "Translation algorithm:" << std::endl
<< " -f use Couvreur's FM algorithm for LTL" << " -f use Couvreur's FM algorithm for LTL"
<< "(default)" << " (default)" << std::endl
<< std::endl
<< " -l use Couvreur's LaCIM algorithm for LTL " << " -l use Couvreur's LaCIM algorithm for LTL "
<< std::endl << std::endl
<< " -le use Couvreur's LaCIM algorithm for ELTL" << " -le use Couvreur's LaCIM algorithm for ELTL"