From 36846073db0bf53c88c7fe5357b34ffa37186b10 Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:55:48 +0200 Subject: [PATCH] Improve the help string --- k4FWCore/scripts/k4run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k4FWCore/scripts/k4run b/k4FWCore/scripts/k4run index 54308494..cbec7061 100755 --- a/k4FWCore/scripts/k4run +++ b/k4FWCore/scripts/k4run @@ -151,7 +151,7 @@ def main(): parser.add_argument( "--interactive-root", action="store_true", - help="Do not enforce ROOT batch mode", + help="Run with ROOT in interactive mode (e.g. to see plots)", default=False, )