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
|
||||
<< " -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue