[options] Clarify `--metadata-from-title` additional templates
authorSergey M․ <dstftw@gmail.com>
Thu, 21 May 2015 16:06:25 +0000 (22:06 +0600)
committerSergey M․ <dstftw@gmail.com>
Thu, 21 May 2015 16:06:25 +0000 (22:06 +0600)
youtube_dl/options.py

index 22dbc3aec7866ad3f5d048c35737486a8fdac8fc..dd07266b7b5e726ab568cb49a152ad702935db51 100644 (file)
@@ -713,7 +713,7 @@ def parseOpts(overrideArguments=None):
         help='Parse additional metadata like song title / artist from the video title. '
              'The format syntax is the same as --output, '
              'the parsed parameters replace existing values. '
-             'Additional templates: %(album), %(artist). '
+             'Additional templates: %(album)s, %(artist)s. '
              'Example: --metadata-from-title "%(artist)s - %(title)s" matches a title like '
              '"Coldplay - Paradise"')
     postproc.add_option(