* src/tgbatest/ltl2tgba.cc (syntax): -N implies -DS, not -D.
This commit is contained in:
parent
cdb4e36121
commit
7760b459e7
2 changed files with 6 additions and 2 deletions
|
|
@ -265,10 +265,10 @@ syntax(char* prog)
|
|||
<< " -K dump the graph of SCCs in dot format" << std::endl
|
||||
<< " -KV verbosely dump the graph of SCCs in dot format"
|
||||
<< std::endl
|
||||
<< " -N output the never clain for Spin (implies -D)"
|
||||
<< " -N output the never clain for Spin (implies -DS)"
|
||||
<< std::endl
|
||||
<< " -NN output the never clain for Spin, with commented states"
|
||||
<< " (implies -D)" << std::endl
|
||||
<< " (implies -DS)" << std::endl
|
||||
<< " -O tell if a formula represents a safety, guarantee, "
|
||||
<< "or obligation property"
|
||||
<< std::endl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue