Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 20, 2024
1 parent c406c6f commit 59d9dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/podio-merge-files
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ parser.add_argument(
"--metadata",
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",
help="metadata to include in the output file, default: "
"only the one from the first event, other options: all events, none",
)
parser.add_argument(
"--metadata-category-name",
Expand Down

0 comments on commit 59d9dff

Please sign in to comment.