Improve description for fontSize flag
This commit is contained in:
parent
adc1147ca4
commit
1e6406774d
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue