summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-10-15 04:52:07 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-10-15 04:52:07 +0200
commitf219743e33a9a640bfc3845d74282774e51e1ad4 (patch)
treec296dcaa1eabdb15094611a929e46c05fdb58aef
parent4f41664de8e0486127d8dd16168d829c26f79fdf (diff)
parent0025da15cf310a58ee8f124e395bc1bd52fab5c8 (diff)
downloadyoutube-dl-f219743e33a9a640bfc3845d74282774e51e1ad4.tar.gz
youtube-dl-f219743e33a9a640bfc3845d74282774e51e1ad4.tar.xz
youtube-dl-f219743e33a9a640bfc3845d74282774e51e1ad4.zip
Merge remote-tracking branch 'alphapapa/master'
-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 5248a92c7..472ae9c0c 100644
--- a/youtube_dl/__init__.py
+++ b/youtube_dl/__init__.py
@@ -267,7 +267,7 @@ def parseOpts(overrideArguments=None):
             help='languages of the subtitles to download (optional) separated by commas, use IETF language tags like \'en,pt\'')
 
     downloader.add_option('-r', '--rate-limit',
-            dest='ratelimit', metavar='LIMIT', help='maximum download rate (e.g. 50k or 44.6m)')
+            dest='ratelimit', metavar='LIMIT', help='maximum download rate in bytes per second (e.g. 50k or 44.6m)')
     downloader.add_option('-R', '--retries',
             dest='retries', metavar='RETRIES', help='number of retries (default is %default)', default=10)
     downloader.add_option('--buffer-size',