Add: -d shortcut for --write-description, implements #3166
This commit is contained in:
parent
954f36f890
commit
caf8b6f8ef
@ -537,7 +537,7 @@ def parseOpts(overrideArguments=None):
|
|||||||
action='store_false', dest='updatetime', default=True,
|
action='store_false', dest='updatetime', default=True,
|
||||||
help='do not use the Last-modified header to set the file modification time')
|
help='do not use the Last-modified header to set the file modification time')
|
||||||
filesystem.add_option(
|
filesystem.add_option(
|
||||||
'--write-description',
|
'-d','--write-description',
|
||||||
action='store_true', dest='writedescription', default=False,
|
action='store_true', dest='writedescription', default=False,
|
||||||
help='write video description to a .description file')
|
help='write video description to a .description file')
|
||||||
filesystem.add_option(
|
filesystem.add_option(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user