fix negative offset for --move

This commit is contained in:
arza
2023-10-30 16:53:01 +02:00
parent e5ee4fc6dc
commit 14ea641b00
+1
View File
@@ -68,6 +68,7 @@ fn main() {
.short("m")
.long("move")
.value_name("OFFSET")
.allow_hyphen_values(true)
.help("Move all subtitles in time (e.g 12:00.15 or -0:44)"),
)
.arg(clap::Arg::with_name("automove")