manpage: fix --vf exclamation mark description

An exclamation mark disables the filter by default instead of
enabling it.
This commit is contained in:
pavelxdd 2018-07-23 22:57:11 +03:00 committed by sfan5
parent 93a57d4c8b
commit 759a6a259e
1 changed files with 1 additions and 1 deletions

View File

@ -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.