diff options
author | christoph-heinrich <christoph-heinrich@users.noreply.github.com> | 2022-08-01 04:05:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 07:35:59 +0530 |
commit | d4ada3574ee1e68c8cf2a695378470fddb569c39 (patch) | |
tree | b2ea38b4bcd0314e921fd5f6ab139aa67013a0a3 /yt_dlp/options.py | |
parent | e1bd953f4574a8cc4603fc0d56ea6acc9c64323b (diff) | |
download | hypervideo-pre-d4ada3574ee1e68c8cf2a695378470fddb569c39.tar.lz hypervideo-pre-d4ada3574ee1e68c8cf2a695378470fddb569c39.tar.xz hypervideo-pre-d4ada3574ee1e68c8cf2a695378470fddb569c39.zip |
[docs] Fix capitalization in references (#4515)
Authored by: christoph-heinrich
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, ' |