]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/options.py
[options] Clarify --youtube-skip-dash-manifest
[youtube-dl.git] / 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,