diff options
| author | a1e7cb88 <[email protected]> | 2021-10-18 20:53:23 +0800 |
|---|---|---|
| committer | a1e7cb88 <[email protected]> | 2021-10-18 20:53:23 +0800 |
| commit | ae31f2e0680cdfc7db1e7faec3d33afa288b1626 (patch) | |
| tree | 6e62ef88c8ad3c599c40ae7e09d14b5c86c50dc4 /mkvtool/main.go | |
| parent | 1dbc72c60e4932e5b88ea608c668eea035ac7980 (diff) | |
fix bug
Diffstat (limited to 'mkvtool/main.go')
| -rw-r--r-- | mkvtool/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkvtool/main.go b/mkvtool/main.go index 124e5a1..ce55269 100644 --- a/mkvtool/main.go +++ b/mkvtool/main.go @@ -12,7 +12,7 @@ import ( ) const appName = "MKV Tool" -const appVer = "v3.1.3" +const appVer = "v3.1.4" const tTitle = appName + " " + appVer var processer = mkvlib.GetInstance() @@ -60,7 +60,7 @@ func main() { flag.StringVar(&st, "st", "", "Subtitle title. (create & make mode only)") flag.StringVar(&af, "af", "", "ASS fonts folder. (ass mode only)") flag.StringVar(&ao, "ao", "", "ASS output folder. (ass mode only)") - flag.BoolVar(&ans, "ans", false, `ASS output not to the new "subseted" folder. (ass mode only)`) + flag.BoolVar(&ans, "ans", false, `ASS output not to the new "subsetted" folder. (ass mode only)`) flag.StringVar(&data, "data", "data", "Subtitles & Fonts folder (dump & make mode only)") flag.StringVar(&dist, "dist", "dist", "Results output folder (make mode only)") |
