From c4362f840a23c1a0696a8776a82960b3abc645d5 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Fri, 4 Mar 2016 17:10:31 +0000 Subject: [PATCH] DDSim: Fix doc for runType --- DDSim/DD4hepSimulation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DDSim/DD4hepSimulation.py b/DDSim/DD4hepSimulation.py index 23ebac58c..888a79a36 100644 --- a/DDSim/DD4hepSimulation.py +++ b/DDSim/DD4hepSimulation.py @@ -122,8 +122,8 @@ class DD4hepSimulation(object): parser.add_argument("--runType", action="store", choices=("batch","vis","run","shell"), default=self.runType, help="The type of action to do in this invocation"##Note: implicit string concatenation "\nbatch: just simulate some events, needs numberOfEvents, and input file or gun" - "\nvis: enable visualisation" - "\nrun: enable run the macro" + "\nvis: enable visualisation, run the macroFile if it is set" + "\nrun: run the macroFile and exit" "\nshell: enable interactive session") parser.add_argument("--inputFiles", "-I", nargs='+', action="store", default=self.inputFiles, -- GitLab