[options] Changed wording for --list-formats
authorYen Chi Hsuan <yan12125@gmail.com>
Sat, 28 Nov 2015 06:14:20 +0000 (14:14 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sat, 28 Nov 2015 06:14:20 +0000 (14:14 +0800)
As proposed by @dstftw at 9bff48a0e7128b4d274a5dab4aaac8da0c900ede

youtube_dl/options.py

index 359e8d30004e458bcbf3353f78b5cd57fedce785..c46e136bffd6f7a54b4d3a9e0883f42e63a11591 100644 (file)
@@ -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,