diff options
| -rw-r--r-- | youtube_dl/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 0704515df..c63d62986 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -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', | 
