Skip to content

Commit

Permalink
Improve description for fontSize flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeDL committed Apr 4, 2024
1 parent adc1147 commit 1e64067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/module.args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
default: {
default: 55
},
docDescribe: true,
docDescribe: 'When converting the subtitles to ass, this will change the font size'
+ '\nIn most cases, requires "--originaFontSize false" to take effect',
group: 'dl',
service: ['all'],
type: 'number',
Expand Down

0 comments on commit 1e64067

Please sign in to comment.