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
<< " -f use Couvreur's FM algorithm for LTL"
<< "(default)"
<< std::endl
<< " (default)" << std::endl
<< " -l use Couvreur's LaCIM algorithm for LTL "
<< std::endl
<< " -le use Couvreur's LaCIM algorithm for ELTL"