Browse Source

[options] Changed wording for --list-formats

As proposed by @dstftw at 9bff48a0e7
totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
4b3fbafdd2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/options.py

+ 1
- 1
youtube_dl/options.py View 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,


Loading…
Cancel
Save