mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
Clarify --download-archive help
This commit is contained in:
parent
a3fb4675fb
commit
323ec6ae56
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ def parseOpts(overrideArguments=None):
|
||||||
default=None, type=int)
|
default=None, type=int)
|
||||||
selection.add_option('--download-archive', metavar='FILE',
|
selection.add_option('--download-archive', metavar='FILE',
|
||||||
dest='download_archive',
|
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',
|
authentication.add_option('-u', '--username',
|
||||||
|
|
Loading…
Reference in a new issue