[docs] Fix capitalization in references (#4515)

Authored by: christoph-heinrich
This commit is contained in:
christoph-heinrich
2022-08-01 04:05:59 +02:00
committed by GitHub
parent e1bd953f45
commit d4ada3574e
2 changed files with 5 additions and 5 deletions

View File

@@ -582,7 +582,7 @@ def create_parser():
metavar='FILTER', dest='match_filter', action='append',
help=(
'Generic video filter. Any "OUTPUT TEMPLATE" field can be compared with a '
'number or a string using the operators defined in "Filtering formats". '
'number or a string using the operators defined in "Filtering Formats". '
'You can also simply specify a field to match if the field is present, '
'use "!field" to check if the field is not present, and "&" to check multiple conditions. '
'Use a "\\" to escape "&" or quotes if needed. If used multiple times, '