aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-29 15:57:43 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-29 15:57:43 +0100
commit323ec6ae566af9744edce97a23e623d99eea8a1f (patch)
treeb80091e49600268f5fd4e78e4289ca7034ff9a4e /youtube_dl/__init__.py
parenta3fb4675fb67b061e2a71cec78a5dbd8695b8ef0 (diff)
downloadyoutube-dl-323ec6ae566af9744edce97a23e623d99eea8a1f.tar.xz
Clarify --download-archive help
Diffstat (limited to 'youtube_dl/__init__.py')
-rw-r--r--youtube_dl/__init__.py2
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',