[options] Accept lrc as a subtitle conversion target format (closes #14292)
[youtube-dl] / youtube_dl / options.py
index 38439c97165e18e37d9bf4cd3ebf906f099c9b30..4c04550444308832862517d881539ebe1b417bfe 100644 (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)