Clarify --download-archive help (#1757)
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 3 Dec 2013 10:54:52 +0000 (11:54 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 3 Dec 2013 10:54:52 +0000 (11:54 +0100)
youtube_dl/__init__.py

index 2eeef2ae93ccb3cfac9c1c1ead18f7e58cdcd6a1..48137ebe52b76049471fa696172db75f5836c368 100644 (file)
@@ -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',