From 685bd6a5f51572f983c446ba951fce45ab7bfb06 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 May 2020 23:33:15 +0200 Subject: manpage: document "vf remove" And mention it on "vf del" as non-deprecated alternative. --- DOCS/man/input.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index bfb8573a86..cd587072d8 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -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. + + Like ``toggle``, but always remove the given filter from the chain. + 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``. Remove all filters. Note that like the other sub-commands, this does -- cgit v1.2.3