]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/options.py
[docs] Fix capitalization in references (#4515)
[yt-dlp.git] / yt_dlp / options.py
index be53ad3e3c99636b4dafe19eee201526ae240b40..d930775e43b4a788c9818794b9e44e9657485e2c 100644 (file)
@@ -582,7 +582,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
         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, '