summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/lua.rst
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-04-24 18:16:47 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2014-05-04 02:46:11 +0200
commit11eaa525298e7ee61a01ee254a73cf0e3a3ec3b2 (patch)
treeeecf2b1dcbad02e69745b8e179f216caa364129d /DOCS/man/en/lua.rst
parentb54c963258cdd6540cfde3f1fbe3f00a4ba0306a (diff)
downloadmpv-11eaa525298e7ee61a01ee254a73cf0e3a3ec3b2.tar.bz2
mpv-11eaa525298e7ee61a01ee254a73cf0e3a3ec3b2.tar.xz
options: rename msg-related options
--msgcolor → --msg-color --msglevel → --msg-level --msgmodule → --msg-module --msgtime → --msg-time (also document this one) --playing-msg → --term-playing-msg --status-msg → --term-status-msg
Diffstat (limited to 'DOCS/man/en/lua.rst')
-rw-r--r--DOCS/man/en/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst
index cf0b685906..3934e067c0 100644
--- a/DOCS/man/en/lua.rst
+++ b/DOCS/man/en/lua.rst
@@ -490,7 +490,7 @@ List of events
``prefix``
The module prefix, identifies the sender of the message. This is what
the terminal player puts in front of the message text when using the
- ``--v`` option, and is also what is used for ``--msglevel``.
+ ``--v`` option, and is also what is used for ``--msg-level``.
``level``
The log level as string. See ``msg.log`` for possible log level names.