Add: -d shortcut for --write-description, implements #3166

This commit is contained in:
Matthew Borden 2014-12-02 01:49:10 +11:00
parent 954f36f890
commit caf8b6f8ef

View File

@ -537,7 +537,7 @@ def parseOpts(overrideArguments=None):
action='store_false', dest='updatetime', default=True,
help='do not use the Last-modified header to set the file modification time')
filesystem.add_option(
'--write-description',
'-d','--write-description',
action='store_true', dest='writedescription', default=False,
help='write video description to a .description file')
filesystem.add_option(