diff --git a/src/utility/Settings.cpp b/src/utility/Settings.cpp index 26f733071..d6e2f5bc3 100644 --- a/src/utility/Settings.cpp +++ b/src/utility/Settings.cpp @@ -131,6 +131,7 @@ void Settings::initDescriptions() { Settings::desc->add_options() ("help,h", "produce help message") ("verbose,v", "be verbose") + ("debug", "be very verbose, intended for debugging") ("logfile,l", bpo::value(), "name of the log file") ("configfile,c", bpo::value(), "name of config file") ("test-prctl", bpo::value(), "name of prctl file")