fix --help: '--custom-meta None' => '--custom-meta TAG=FORMAT'

This commit is contained in:
fnord 2015-06-25 00:56:52 -05:00
parent 4292fd3371
commit 1db323f913

View File

@ -709,7 +709,7 @@ def parseOpts(overrideArguments=None):
help='Write metadata to the video file')
postproc.add_option(
'--custom-meta',
action='append', dest='custommeta', default=[],
action='append', dest='custommeta', default=[], metavar='TAG=FORMAT',
help='Write specific information to a metadata tag.'
'Syntax: "tagname=string to add with %(format)s" '
'The formatting syntax is the same as output. '