summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorpavelxdd <pavel.otchertsov@gmail.com>2018-07-23 22:57:11 +0300
committersfan5 <sfan5@live.de>2018-08-05 23:01:45 +0200
commit759a6a259e8ac865afe9dbf5b15d55d82bf78d52 (patch)
tree1393b727842b3aaebe82892505ed524a5b349848 /DOCS
parent93a57d4c8b656ee7216fef4488d8b014f4720b7b (diff)
downloadmpv-759a6a259e8ac865afe9dbf5b15d55d82bf78d52.tar.bz2
mpv-759a6a259e8ac865afe9dbf5b15d55d82bf78d52.tar.xz
manpage: fix --vf exclamation mark description
An exclamation mark disables the filter by default instead of enabling it.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index d979337e42..92c642c24b 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -16,7 +16,7 @@ The exact syntax is:
name is an arbitrary user-given name, which identifies the filter. This
is only needed if you want to toggle the filter at runtime.
- A ``!`` before the filter name means the filter is enabled by default. It
+ A ``!`` before the filter name means the filter is disabled by default. It
will be skipped on filter creation. This is also useful for runtime filter
toggling.