diff options
author | wm4 <wm4@nowhere> | 2014-01-01 19:28:17 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-01-01 19:28:17 +0100 |
commit | cf4a110261fc054baec5672dbc3b8ee1289702b5 (patch) | |
tree | e3d19659c5995ba3b7849e0ef93ee7f374c40172 | |
parent | 9169737a477f96425ae60a900fd5b1b4c85a3d10 (diff) | |
download | mpv-cf4a110261fc054baec5672dbc3b8ee1289702b5.tar.bz2 mpv-cf4a110261fc054baec5672dbc3b8ee1289702b5.tar.xz |
manpage: fix description on the slave mode msglevel
-rw-r--r-- | DOCS/man/en/options.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 7803e98b5c..f529da5676 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1369,8 +1369,7 @@ OPTIONS :trace: very noisy debug messages One special case is the ``identify`` module name. This is silenced by - default, and can be set to ``trace`` level to enable the remains of the - code once enabled with the ``-identify`` option. + default, and can be enabled with the ``-identify`` option. ``--msgmodule`` Prepend module name in front of each console message. |