Skip to content

Commit

Permalink
fix: 参数异常
Browse files Browse the repository at this point in the history
  • Loading branch information
gsxhnd committed May 30, 2022
1 parent bd8faca commit 48a71c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
Value: ".ass",
}
source_subtitle_number_flag = &cli.IntFlag{
Name: "source_subtitle_number_type",
Name: "source_subtitle_number",
Value: 0,
}
source_subtitle_language_flag = &cli.StringFlag{
Expand Down

0 comments on commit 48a71c8

Please sign in to comment.