From abb870d1adb7440d0ac8bb397d8aea7e3057539d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 18 Sep 2011 18:50:23 +0200 Subject: [PATCH] Clarify --cookies option --- youtube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index 3847227..02c31e4 100755 --- a/youtube-dl +++ b/youtube-dl @@ -3583,7 +3583,7 @@ def parseOpts(): action='store_false', dest='continue_dl', help='do not resume partially downloaded files (restart from beginning)') filesystem.add_option('--cookies', - dest='cookiefile', metavar='FILE', help='file to dump cookie jar to') + dest='cookiefile', metavar='FILE', help='file to read cookies from and dump cookie jar in') filesystem.add_option('--no-part', action='store_true', dest='nopart', help='do not use .part files', default=False) filesystem.add_option('--no-mtime', -- 1.8.3.1