]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/options.py
[docs] Minor improvements
[yt-dlp.git] / yt_dlp / options.py
index 3c81da6c3072121549eb11304dcd9e0647dc6f07..123a07bfa533cf239ef1195092cf458bb181c48d 100644 (file)
@@ -1316,7 +1316,7 @@ def _dict_from_options_callback(
     postproc.add_option(
         '--audio-quality', metavar='QUALITY',
         dest='audioquality', default='5',
-        help='Specify ffmpeg audio quality, insert a value between 0 (best) and 10 (worst) for VBR or a specific bitrate like 128K (default %default)')
+        help='Specify ffmpeg audio quality to use when converting the audio with -x. Insert a value between 0 (best) and 10 (worst) for VBR or a specific bitrate like 128K (default %default)')
     postproc.add_option(
         '--remux-video',
         metavar='FORMAT', dest='remuxvideo', default=None,