aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-11-28 14:14:20 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-11-28 14:14:20 +0800
commit4b3fbafdd261405c12e044a59d20554838c9c4c2 (patch)
tree9ffe6feb48b8159029a98f36f559afdd62354d90
parent7ac40086f5f9fdc01c92d1b76acb742c661cf0ff (diff)
downloadyoutube-dl-4b3fbafdd261405c12e044a59d20554838c9c4c2.tar.xz
[options] Changed wording for --list-formats
As proposed by @dstftw at 9bff48a0e7128b4d274a5dab4aaac8da0c900ede
-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 359e8d300..c46e136bf 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -338,7 +338,7 @@ def parseOpts(overrideArguments=None):
video_format.add_option(
'-F', '--list-formats',
action='store_true', dest='listformats',
- help='List all available formats of specified videos')
+ help='List all available formats of requested videos')
video_format.add_option(
'--youtube-include-dash-manifest',
action='store_true', dest='youtube_include_dash_manifest', default=True,