[options] Mention flac support and sort alphabetically among the audio formats
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 16 Mar 2017 11:54:47 +0000 (12:54 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 16 Mar 2017 11:54:47 +0000 (12:54 +0100)
youtube_dl/options.py

index 8b51d3c6f4cd1ecc3bf0c57b6ed42e83a1b30613..6b811535f474dd6f5a1d6724c04730f69b7a16cc 100644 (file)
@@ -773,7 +773,7 @@ def parseOpts(overrideArguments=None):
         help='Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)')
     postproc.add_option(
         '--audio-format', metavar='FORMAT', dest='audioformat', default='best',
-        help='Specify audio format: "best", "aac", "vorbis", "mp3", "m4a", "opus", or "wav"; "%default" by default; No effect without -x')
+        help='Specify audio format: "best", "aac", "flac", "mp3", "m4a", "opus", "vorbis", or "wav"; "%default" by default; No effect without -x')
     postproc.add_option(
         '--audio-quality', metavar='QUALITY',
         dest='audioquality', default='5',