Improve description for fontSize flag

This commit is contained in:
AnimeDL 2024-04-03 18:08:12 -07:00
parent adc1147ca4
commit 1e6406774d

View file

@ -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',