fix message

This commit is contained in:
Alexandre Duret-Lutz 2003-06-25 09:50:40 +00:00
parent 3e4497dc70
commit 7cf57e2463

View file

@ -11,8 +11,9 @@
void
syntax(char* prog)
{
std::cerr << "Usage: "<< prog << " [-d][-o][-r] formula" << std::endl
<< std::endl
std::cerr << "Usage: "<< prog << " [OPTIONS...] formula" << std::endl
<< std::endl
<< "Options:" << std::endl
<< " -a display the accepting_conditions BDD, not the reachability graph"
<< std::endl
<< " -A same as -a, but as a set" << std::endl