* src/tgbatest/randtgba.cc (syntax): Missing std::endl.
This commit is contained in:
parent
7bba6dc63d
commit
c8a9c2d48a
2 changed files with 21 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue