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(
|
filesystem.add_option(
|
||||||
'-a', '--batch-file',
|
'-a', '--batch-file',
|
||||||
dest='batchfile', metavar='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(
|
filesystem.add_option(
|
||||||
'--id', default=False,
|
'--id', default=False,
|
||||||
action='store_true', dest='useid', help='Use only video ID in file name')
|
action='store_true', dest='useid', help='Use only video ID in file name')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user