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, )