summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2017-03-16 12:54:47 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2017-03-16 12:54:47 +0100
commit0efbc6b56d2b030e5dc98fa7f533a2e6cd41cf30 (patch)
treebc7d23b061487d3fba80f897e98e60107b3516c6
parent21bfcd3d6e41aed6113c874533fcfe41eb250d96 (diff)
downloadyoutube-dl-0efbc6b56d2b030e5dc98fa7f533a2e6cd41cf30.tar.gz
youtube-dl-0efbc6b56d2b030e5dc98fa7f533a2e6cd41cf30.tar.xz
youtube-dl-0efbc6b56d2b030e5dc98fa7f533a2e6cd41cf30.zip
[options] Mention flac support and sort alphabetically among the audio formats
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 8b51d3c6f..6b811535f 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -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',