Skip to content
Snippets Groups Projects
Commit e550cdf3 authored by jhrdinka's avatar jhrdinka
Browse files

Explain verbose level in program options

parent fb6bf777
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ namespace Options {
"The number of events to be processed")(
"loglevel,l",
po::value<size_t>()->default_value(defaultValue),
"The output log level.");
"The output log level. Please set the wished number (0 = VERBOSE, 1 = "
"DEBUG, 2 = INFO, 3 = WARNING, 4 = ERROR, 5 = FATAL).");
}
// read standard options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment