diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-11-30 00:42:56 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-11-30 00:42:56 +0100 |
commit | b138de72f2f0fc197fe46154bcaeceddb5713e7f (patch) | |
tree | 3dcfa594e769513916ca7bf5de574d58e19a459b /youtube_dl/__init__.py | |
parent | 06dcbb71d8e19947eb6e71390a6a0640abe3dad0 (diff) | |
parent | c5171c454b4392f7276b7f9e94c25d7f1ad60375 (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'youtube_dl/__init__.py')
-rw-r--r-- | youtube_dl/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 42ab572f2..92e583744 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -235,7 +235,7 @@ def parseOpts(overrideArguments=None): video_format.add_option('-f', '--format', action='store', dest='format', metavar='FORMAT', default='best', - help='video format code, specifiy the order of preference using slashes: "-f 22/17/18". "-f mp4" and "-f flv" are also supported') + help='video format code, specify the order of preference using slashes: "-f 22/17/18". "-f mp4" and "-f flv" are also supported') video_format.add_option('--all-formats', action='store_const', dest='format', help='download all available video formats', const='all') video_format.add_option('--prefer-free-formats', |