diff --git a/src/batch.ts b/src/batch.ts index 824a1a2..f7893d9 100644 --- a/src/batch.ts +++ b/src/batch.ts @@ -268,7 +268,7 @@ function parse(args: string[]): IConfigLine .option('-f, --format ', 'The subtitle format.', 'ass') .option('-o, --output ', 'The output path.') .option('-s, --series ', 'The series name override.') - .option('-n, --nametmpl ', 'Output name template', '{SERIES_TITLE} - s{SEASON_NUMBER}e{EPISODE_NUMBER} - [{TAG}]') + .option('-n, --nametmpl ', 'Output name template', '{SERIES_TITLE} - s{SEASON_NUMBER}e{EPISODE_NUMBER} - {EPISODE_TITLE} - [{TAG}]') .option('-t, --tag ', 'The subgroup.', 'CrunchyRoll') .option('-r, --resolution ', 'The video resolution. (valid: 360, 480, 720, 1080)', '1080') .option('-b, --batch ', 'Batch file', 'CrunchyRoll.txt')