1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 20:17:15 +08:00

Document comments in --batch-file

This commit is contained in:
Arend v. Reinersdorff 2018-03-25 18:00:54 +02:00 committed by GitHub
parent f0298f653e
commit 37ddf34a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -676,7 +676,7 @@ def parseOpts(overrideArguments=None):
filesystem.add_option(
'-a', '--batch-file',
dest='batchfile', metavar='FILE',
help='File containing URLs to download (\'-\' for stdin)')
help='File containing URLs to download (\'-\' for stdin). Lines starting with \'#\' are comments.')
filesystem.add_option(
'--id', default=False,
action='store_true', dest='useid', help='Use only video ID in file name')