X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=c46e136bffd6f7a54b4d3a9e0883f42e63a11591;hb=78653a33aa00ba5205940c2baac5d9f019795b88;hp=359e8d30004e458bcbf3353f78b5cd57fedce785;hpb=9bff48a0e7128b4d274a5dab4aaac8da0c900ede;p=youtube-dl 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,