summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2021-07-21 10:10:29 +0200
committeravih <avih@users.noreply.github.com>2021-07-21 13:38:11 +0300
commit23e3b0ad980c1d94973453cb9b48a2d3a3f48e0d (patch)
tree3d46f18a44f71b3a8a955360ccfc20836eb3db93 /DOCS/man/options.rst
parent70c9d8d5d704764e35098843d1c9a788ee21beb6 (diff)
downloadmpv-23e3b0ad980c1d94973453cb9b48a2d3a3f48e0d.tar.bz2
mpv-23e3b0ad980c1d94973453cb9b48a2d3a3f48e0d.tar.xz
manpage: minor fixes
- The video filter to turn the video upside-down is vflip. There is no filter called "flip" so using it just causes an error. - Reword a sentence. - Add exact and all to the values accepted by cover-art-auto. They were implemented in 029ff1049b but not added to the accepted arguments.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 876d5248b1..c1b0ba03af 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6737,7 +6737,7 @@ Miscellaneous
CLI/config file only alias for ``--cover-art-files-append``. Each use of this
option will add a new external file.
-``--cover-art-auto=<no|fuzzy>``
+``--cover-art-auto=<no|exact|fuzzy|all>``
Whether to load _external_ cover art automatically. Similar to
``--sub-auto`` and ``--audio-file-auto``. If a video already has tracks
(which are not marked as cover art), external cover art will not be loaded.