* src/tgbatest/randtgba.cc (syntax): Missing std::endl.

This commit is contained in:
Alexandre Duret-Lutz 2005-01-28 23:57:41 +00:00
parent 7bba6dc63d
commit c8a9c2d48a
2 changed files with 21 additions and 1 deletions

View file

@ -155,7 +155,8 @@ syntax(char* prog)
<< "Options:" << std::endl
<< " -0 suppress default output, just generate the graph"
<< " in memory" << std::endl
<< " -1 produce minimal output dedicated to the paper"
<< " -1 produce minimal output (for our paper)"
<< std::endl
<< " -a N F number of acceptance conditions and probability that"
<< " one is true" << std::endl
<< " [0 0.0]" << std::endl