From b7c5e29b91415fbfcdc02e36f1e0a1079b8b6582 Mon Sep 17 00:00:00 2001 From: arza Date: Tue, 31 Oct 2023 10:05:23 +0200 Subject: [PATCH] fix --automove before input file --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index ede1580..df1ca48 100644 --- a/src/main.rs +++ b/src/main.rs @@ -75,6 +75,7 @@ fn main() { .long("automove") .value_name("ENTRY=VIDEOTIME") .multiple(true) + .number_of_values(1) .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. \ Some subtitles may be dropped if they fall outside the timeline after \