Skip to content

Commit

Permalink
minor typo in option group
Browse files Browse the repository at this point in the history
  • Loading branch information
slhck committed Apr 15, 2018
1 parent e2feef1 commit 4b7aa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg_normalize/__main__.py
Expand Up @@ -138,7 +138,7 @@ def create_parser():
# default=0.5
# )

group_ebu = parser.add_argument_group("Ebu R128 Normalization")
group_ebu = parser.add_argument_group("EBU R128 Normalization")
group_ebu.add_argument(
'-lrt', '--loudness-range-target',
type=float,
Expand Down

0 comments on commit 4b7aa72

Please sign in to comment.