From e550cdf36a280916bc4a36bff40bc1d10878f6b0 Mon Sep 17 00:00:00 2001
From: jhrdinka <julia.hrdinka@cern.ch>
Date: Tue, 31 Oct 2017 14:23:10 +0100
Subject: [PATCH] Explain verbose level in program options

---
 Core/include/ACTFW/Framework/StandardOptions.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Core/include/ACTFW/Framework/StandardOptions.hpp b/Core/include/ACTFW/Framework/StandardOptions.hpp
index 27515eb1..f0086f54 100644
--- a/Core/include/ACTFW/Framework/StandardOptions.hpp
+++ b/Core/include/ACTFW/Framework/StandardOptions.hpp
@@ -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
-- 
GitLab