From 10f06ac044793537137e32ddceefd6fa5429ffac Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Tue, 4 Mar 2014 11:04:11 +0000 Subject: [PATCH] Allow to set printout level when running plugins, translating geometries etc: geoDisplay -help --- UtilityApps/src/run_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UtilityApps/src/run_plugin.h b/UtilityApps/src/run_plugin.h index c321bfa37..436969572 100644 --- a/UtilityApps/src/run_plugin.h +++ b/UtilityApps/src/run_plugin.h @@ -71,7 +71,7 @@ namespace { " -build_type <number/string> Specify the build type \n" " [OPTIONAL] MUST come immediately after the -compact input.\n" " Default for each file is: BUILD_DEFAULT [=1] \n" - " Allowed values: BUILD_SIMU [=1], BUILD_RECO [=2] or BUILD_DISPLAY [=3]\n", + " Allowed values: BUILD_SIMU [=1], BUILD_RECO [=2] or BUILD_DISPLAY [=3]\n" " -destroy [OPTIONAL] Force destruction of the LCDD instance \n" " before exiting the application \n" " -volmgr [OPTIONAL] Load and populate phys.volume manager to \n" -- GitLab