Skip to content

Commit

Permalink
linear-timeshift: Fix description of example
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Mar 11, 2022
1 parent ea559c4 commit dcc6ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srt_tools/srt-linear-timeshift
Expand Up @@ -26,7 +26,7 @@ def parse_args():
return timedelta_to_milliseconds(delta)

examples = {
"Stretch out a subtitle so that second 1 is 2, 2 is 4, etc": "srt linear-timeshift --f1 00:00:01,000 --t1 00:00:01,000 --f2 00:00:02,000 --t2 00:00:03,000"
"Stretch out a subtitle so that second 1 is 1, 2 is 3, 3 is 5, etc": "srt linear-timeshift --f1 00:00:01,000 --t1 00:00:01,000 --f2 00:00:02,000 --t2 00:00:03,000"
}

parser = srt_tools.utils.basic_parser(description=__doc__, examples=examples)
Expand Down

0 comments on commit dcc6ccb

Please sign in to comment.