summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-30 12:58:55 +0100
committerwm4 <wm4@nowhere>2017-10-30 12:58:55 +0100
commit4f51326c28075b7b57ec21c201f71757fe77a000 (patch)
treef0602e129cbf63763a74f1883d0c06cdc54441d8
parent046fe459505c59fe151661d6214fe25e2414423b (diff)
downloadmpv-4f51326c28075b7b57ec21c201f71757fe77a000.tar.bz2
mpv-4f51326c28075b7b57ec21c201f71757fe77a000.tar.xz
manpage: fix/improve --msg-level description
Fixes #5055.
-rw-r--r--DOCS/man/options.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 7cd399d4f1..8408245044 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3432,7 +3432,9 @@ Terminal
``--msg-level=<module1=level1,module2=level2,...>``
Control verbosity directly for each module. The ``all`` module changes the
- verbosity of all the modules not explicitly specified on the command line.
+ verbosity of all the modules. The verbosity changes from this option are
+ applied in order from left to right, and each item can override a previous
+ one.
Run mpv with ``--msg-level=all=trace`` to see all messages mpv outputs. You
can use the module names printed in the output (prefixed to each line in