summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpavelxdd <pavel.otchertsov@gmail.com>2018-07-23 22:57:11 +0300
committerJan Ekström <jeebjp@gmail.com>2018-09-29 22:22:20 +0300
commit071556efee0038470084ef963dab8343c5a833c7 (patch)
tree9bcbcb5bd71aca4094a2bc08be51ca23aff3fc18
parent876341417addfc46efc227a9fb6332b308c7fa08 (diff)
downloadmpv-071556efee0038470084ef963dab8343c5a833c7.tar.bz2
mpv-071556efee0038470084ef963dab8343c5a833c7.tar.xz
manpage: fix --vf exclamation mark description
An exclamation mark disables the filter by default instead of enabling it. (cherry picked from commit 759a6a259e8ac865afe9dbf5b15d55d82bf78d52)
-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.