X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=c46e136bffd6f7a54b4d3a9e0883f42e63a11591;hb=78653a33aa00ba5205940c2baac5d9f019795b88;hp=079fe7e8a35af5eedf6eb4f3c450deeada96d5bc;hpb=f270cf1a267fc1f9fbbe6dd420ba1ef491b38ffc;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 079fe7e8a..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') + 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,