Missing space in help text.
* src/tgbatest/ltl2tgba.cc (syntax): Here. Reported by Akim Demaille.
This commit is contained in:
parent
9f127deae6
commit
509edabab4
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue