docs: correct description of text_start argument in map command

This commit is contained in:
Emmanuel BENOîT 2025-04-11 12:16:07 +02:00
parent 37b693ab6f
commit 2e50ad7e3f
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg

View file

@ -34,7 +34,7 @@ Maps text from one file to another with a time offset. The command supports two
MAP <text_source> <text_start> <time_start> <count>
```
- `<text_source>`: The source SRT file for text, specified as `1` or `2`.
- `<text_start>`: The starting index of the text to map.
- `<text_start>`: A range of indices in the text source (e.g., `5-10`).
- `<time_start>`: The starting index of the time to map.
- `<count>`: The number of subtitles to map.