aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-06-27 14:38:41 +0600
committerSergey M․ <dstftw@gmail.com>2015-06-27 14:38:41 +0600
commitb2575b38e76e14b7552a43cd707a03fe78748f40 (patch)
tree314b3059ac5aff573b0411fcab0924ecedc6bada /youtube_dl/options.py
parent0a3cf9ad3dc1a038018ff347473c0e2d8fc10a69 (diff)
downloadyoutube-dl-b2575b38e76e14b7552a43cd707a03fe78748f40.tar.xz
[options] Clarify --youtube-skip-dash-manifest
Diffstat (limited to 'youtube_dl/options.py')
-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 6aeca61ee..e3dfb7af9 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -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,