From 8868a1eb7e98dde55b51da539825820e6b804497 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Fri, 20 Sep 2024 21:55:21 +0200 Subject: [PATCH] Improve message --- tools/podio-merge-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/podio-merge-files b/tools/podio-merge-files index 886f4af1c..645708f2e 100755 --- a/tools/podio-merge-files +++ b/tools/podio-merge-files @@ -16,7 +16,7 @@ parser.add_argument( choices=["none", "all", "first"], default="first", help="metadata to include in the output file, default: " - "only the one from the first event, other options: all events, none", + "only the one from the first file, other options: all files, none", ) parser.add_argument( "--metadata-category-name",