manpage: document "vf remove"

And mention it on "vf del" as non-deprecated alternative.
This commit is contained in:
wm4 2020-05-23 23:33:15 +02:00
parent 502e7987d8
commit 685bd6a5f5
1 changed files with 4 additions and 1 deletions

View File

@ -788,12 +788,15 @@ Input Commands that are Possibly Subject to Change
without filter name and parameters as filter entry. This toggles the
enable/disable flag.
<remove>
Like ``toggle``, but always remove the given filter from the chain.
<del>
Remove the given filters from the video chain. Unlike in the other
cases, the second parameter is a comma separated list of filter names
or integer indexes. ``0`` would denote the first filter. Negative
indexes start from the last filter, and ``-1`` denotes the last
filter. Deprecated.
filter. Deprecated, use ``remove``.
<clr>
Remove all filters. Note that like the other sub-commands, this does