summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2022-04-21 18:50:18 +0200
committerDudemanguy <random342@airmail.cc>2022-04-21 17:07:47 +0000
commitf75701b21902a2c0c7ef2cc476a2c6fcb9986c7b (patch)
tree1512e63d1f0b20602f312feede9a778bccb5c863 /DOCS
parentc8125119fa8116d059ea948ea2388e64b1b7e4b5 (diff)
downloadmpv-f75701b21902a2c0c7ef2cc476a2c6fcb9986c7b.tar.bz2
mpv-f75701b21902a2c0c7ef2cc476a2c6fcb9986c7b.tar.xz
DOCS/options: update the --load-osd-console documentation
- Say built-in which is more common than builtin - Move "By default" because only the key to open the console is customizable, and fix the punctuation and case of the sentence - ` opens the console, not ´ - Remove the sentences that explains which user script console.lua is based on since it's no longer relevant now that the console has been part of mpv for over 2 years.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index d650b6a62f..f2cf228282 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -981,10 +981,9 @@ Program Behavior
the overlay permanent).
``--load-osd-console=<yes|no>``
- Enable the builtin script that shows a console on a key binding and lets
- you enter commands (default: yes). By default,. The ``´`` key is used to
- show the console, and ``ESC`` to hide it again. (This is based on a user
- script called ``repl.lua``.)
+ Enable the built-in script that shows a console on a key binding and lets
+ you enter commands (default: yes). The ````` key is used to show the
+ console by default, and ``ESC`` to hide it again.
``--load-auto-profiles=<yes|no|auto>``
Enable the builtin script that does auto profiles (default: auto). See