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.
This commit is contained in:
Guido Cella 2022-04-21 18:50:18 +02:00 committed by Dudemanguy
parent c8125119fa
commit f75701b219
1 changed files with 3 additions and 4 deletions

View File

@ -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