[options] Clarify --extract-audio help string (closes #27878)
authorSergey M․ <dstftw@gmail.com>
Fri, 22 Jan 2021 17:00:53 +0000 (00:00 +0700)
committerSergey M․ <dstftw@gmail.com>
Fri, 22 Jan 2021 17:00:53 +0000 (00:00 +0700)
youtube_dl/options.py

index 6b0c62e199f6b8f00af83a65ec96d1a3d18e1764..241cf110fe9117177b1c18ce35a6a97fbb195c6d 100644 (file)
@@ -786,7 +786,7 @@ def parseOpts(overrideArguments=None):
     postproc.add_option(
         '-x', '--extract-audio',
         action='store_true', dest='extractaudio', default=False,
-        help='Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)')
+        help='Convert video files to audio-only files (requires ffmpeg/avconv and ffprobe/avprobe)')
     postproc.add_option(
         '--audio-format', metavar='FORMAT', dest='audioformat', default='best',
         help='Specify audio format: "best", "aac", "flac", "mp3", "m4a", "opus", "vorbis", or "wav"; "%default" by default; No effect without -x')