1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-22 00:30:51 +08:00

Clarify --download-archive help

This commit is contained in:
Philipp Hagemeister
2013-11-29 15:57:43 +01:00
Unverified
parent a3fb4675fb
commit 323ec6ae56
+1 -1
View File
@@ -220,7 +220,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 all downloaded videos in it.')
help='Download only videos not present in the archive file. Record the IDs of all downloaded videos in it.')
authentication.add_option('-u', '--username',