fix --automove before input file

This commit is contained in:
arza
2023-10-31 10:08:52 +02:00
parent e5ee4fc6dc
commit b7c5e29b91
+1
View File
@@ -75,6 +75,7 @@ fn main() {
.long("automove") .long("automove")
.value_name("ENTRY=VIDEOTIME") .value_name("ENTRY=VIDEOTIME")
.multiple(true) .multiple(true)
.number_of_values(1)
.help("Move subtitles starting at a given time or index to align with \ .help("Move subtitles starting at a given time or index to align with \
a matching audio track time. This argument can be given multiple times. \ a matching audio track time. This argument can be given multiple times. \
Some subtitles may be dropped if they fall outside the timeline after \ Some subtitles may be dropped if they fall outside the timeline after \