From 0cd61126fc3e58d7f044a8ef960f9763c8f3af59 Mon Sep 17 00:00:00 2001
From: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Wed, 27 May 2009 23:04:18 +0200
Subject: [PATCH] Document new "continuedl" FileDownloader option

---
 youtube-dl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/youtube-dl b/youtube-dl
index 06ba25d9a..6730898ac 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -114,6 +114,7 @@ class FileDownloader(object):
 	ignoreerrors:	Do not stop on download errors.
 	ratelimit:	Download speed limit, in bytes/sec.
 	nooverwrites:	Prevent overwriting files.
+	continuedl:	Try to continue downloads if possible.
 	"""
 
 	params = None