Skip to content

Commit

Permalink
fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Zuliani committed Jun 9, 2015
1 parent 5ee554e commit 8e4fd12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ProbReach.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,14 @@ void print_help()
cout << endl;
cout << "options:" << endl;
cout << " -e <double> - length of probability interval or maximum length of the box (default 0.001)" << endl;
cout << " -d <double> - prescision used to call dReach (default 0.001)" << endl;
cout << " -l <string> - full path to dReach binary (default dReach)" << endl;
cout << " -t <int> - number of CPU cores (default " << max_num_threads << ") (max " << max_num_threads << ")" << endl;
cout << " -h/--help - help message" << endl;
cout << " --version - version of the tool" << endl;
cout << " --verbose - output computation details" << endl;
cout << " --visualize <char*> - visualize output for specified continuous random parameter" << endl;
cout << " --dreach - delimits dReach options (e.g. rechability depth)" << endl;
cout << " --dreal - delimits dReal options (e.g. precision, ode step)" << endl;
cout << " --dreach - delimits dReach options (e.g., reachability depth)" << endl;
cout << " --dreal - delimits dReal options (e.g., ode step)" << endl;
cout << endl;
}

Expand Down

0 comments on commit 8e4fd12

Please sign in to comment.