From: Philipp Hagemeister Date: Tue, 3 Dec 2013 10:54:52 +0000 (+0100) Subject: Clarify --download-archive help (#1757) X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=36a826a50dc5e53af8355f1233cc4f3ceba2e61b;p=youtube-dl Clarify --download-archive help (#1757) --- diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 2eeef2ae9..48137ebe5 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -224,7 +224,7 @@ def parseOpts(overrideArguments=None): default=None, type=int) selection.add_option('--download-archive', metavar='FILE', dest='download_archive', - help='Download only videos not present in the archive file. Record the IDs of all downloaded videos in it.') + help='Download only videos not listed in the archive file. Record the IDs of all downloaded videos in it.') authentication.add_option('-u', '--username',