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:
parent
f0298f653e
commit
37ddf34a5a
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user