Merge pull request 'fix negative offset for --move' (#1) from arza/srtune:negative into master
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -68,6 +68,7 @@ fn main() {
|
|||||||
.short("m")
|
.short("m")
|
||||||
.long("move")
|
.long("move")
|
||||||
.value_name("OFFSET")
|
.value_name("OFFSET")
|
||||||
|
.allow_hyphen_values(true)
|
||||||
.help("Move all subtitles in time (e.g 12:00.15 or -0:44)"),
|
.help("Move all subtitles in time (e.g 12:00.15 or -0:44)"),
|
||||||
)
|
)
|
||||||
.arg(clap::Arg::with_name("automove")
|
.arg(clap::Arg::with_name("automove")
|
||||||
|
|||||||
Reference in New Issue
Block a user