[options] Accept lrc as a subtitle conversion target format (closes #14292)

This commit is contained in:
Yen Chi Hsuan 2017-09-23 02:30:03 +08:00
commit 8c2895305d
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
3 changed files with 3 additions and 2 deletions

View file

@ -847,7 +847,7 @@ def parseOpts(overrideArguments=None):
postproc.add_option(
'--convert-subs', '--convert-subtitles',
metavar='FORMAT', dest='convertsubtitles', default=None,
help='Convert the subtitles to other format (currently supported: srt|ass|vtt)')
help='Convert the subtitles to other format (currently supported: srt|ass|vtt|lrc)')
parser.add_option_group(general)
parser.add_option_group(network)