[options] Clarify --youtube-skip-dash-manifest
authorSergey M․ <dstftw@gmail.com>
Sat, 27 Jun 2015 08:38:41 +0000 (14:38 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 27 Jun 2015 08:38:41 +0000 (14:38 +0600)
youtube_dl/options.py

index 6aeca61ee5e099e80a5d98a893afb8adde72e1cd..e3dfb7af93f6c7f74cd4257944df9adf6c230e67 100644 (file)
@@ -346,7 +346,7 @@ def parseOpts(overrideArguments=None):
     video_format.add_option(
         '--youtube-skip-dash-manifest',
         action='store_false', dest='youtube_include_dash_manifest',
-        help='Do not download the DASH manifest on YouTube videos')
+        help='Do not download the DASH manifests and related data on YouTube videos')
     video_format.add_option(
         '--merge-output-format',
         action='store', dest='merge_output_format', metavar='FORMAT', default=None,