diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-11-27 21:24:39 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-11-27 21:24:39 +0800 |
commit | 9bff48a0e7128b4d274a5dab4aaac8da0c900ede (patch) | |
tree | 1caaa230103478b8217d9ede3240cf0b2afd65ab /youtube_dl/options.py | |
parent | 7689413e42334ff79e671a4c90869077e9f9835b (diff) |
[options] Clarify --list-formats needs videos (closes #7669)
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r-- | youtube_dl/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 079fe7e8a..359e8d300 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') + help='List all available formats of specified videos') video_format.add_option( '--youtube-include-dash-manifest', action='store_true', dest='youtube_include_dash_manifest', default=True, |