aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-30 00:42:56 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-30 00:42:56 +0100
commitb138de72f2f0fc197fe46154bcaeceddb5713e7f (patch)
tree3dcfa594e769513916ca7bf5de574d58e19a459b /youtube_dl/__init__.py
parent06dcbb71d8e19947eb6e71390a6a0640abe3dad0 (diff)
parentc5171c454b4392f7276b7f9e94c25d7f1ad60375 (diff)
downloadyoutube-dl-b138de72f2f0fc197fe46154bcaeceddb5713e7f.tar.xz
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'youtube_dl/__init__.py')
-rw-r--r--youtube_dl/__init__.py2
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',