Browse Source

Added new option --debug.

tempestpy_adaptions
gereon 12 years ago
parent
commit
a73ae7aed4
  1. 1
      src/utility/Settings.cpp

1
src/utility/Settings.cpp

@ -131,6 +131,7 @@ void Settings::initDescriptions() {
Settings::desc->add_options() Settings::desc->add_options()
("help,h", "produce help message") ("help,h", "produce help message")
("verbose,v", "be verbose") ("verbose,v", "be verbose")
("debug", "be very verbose, intended for debugging")
("logfile,l", bpo::value<std::string>(), "name of the log file") ("logfile,l", bpo::value<std::string>(), "name of the log file")
("configfile,c", bpo::value<std::string>(), "name of config file") ("configfile,c", bpo::value<std::string>(), "name of config file")
("test-prctl", bpo::value<std::string>(), "name of prctl file") ("test-prctl", bpo::value<std::string>(), "name of prctl file")

Loading…
Cancel
Save