From d4ada3574ee1e68c8cf2a695378470fddb569c39 Mon Sep 17 00:00:00 2001 From: christoph-heinrich Date: Mon, 1 Aug 2022 04:05:59 +0200 Subject: [docs] Fix capitalization in references (#4515) Authored by: christoph-heinrich --- yt_dlp/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/options.py') diff --git a/yt_dlp/options.py b/yt_dlp/options.py index be53ad3e3..d930775e4 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -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, ' -- cgit v1.2.3