Skip to content

Commit

Permalink
[TT] Fix a typo in --help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Malizor committed Feb 6, 2024
1 parent d053a73 commit 8fd018e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/ttconv/tt.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def decorator(func):
argument("--otype", help="Output file type", required=False),
argument("--filter", action="append", help="Document filter", required=False, default=[]),
argument("--config", help="Configuration in json. Overridden by --config_file.", required=False),
argument("--config_file", help="Configuration file. Overrides --config_file.", required=False)
argument("--config_file", help="Configuration file. Overrides --config.", required=False)
])
def convert(args):
'''Process input and output through the reader, converter, and writer'''
Expand Down

0 comments on commit 8fd018e

Please sign in to comment.