input.rst: update example

Option was renamed.
This commit is contained in:
wm4 2013-07-21 18:06:27 +02:00
parent d784759bc0
commit ba1dc085bc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ In general, keys can be combined with ``Shift``, ``Ctrl`` and ``Alt``::
**mpv** can be started in input test mode, which displays key bindings and the
commands they're bound to on the OSD, instead of executing the commands::
mpv --input-test --demuxer=rawvideo --rawvideo=w=1280:h=720 /dev/zero
mpv --input-test --demuxer=rawvideo --demuxer-rawvideo=w=1280:h=720 /dev/zero
(Commands which normally close the player will not work in this mode, and you
must kill **mpv** externally to make it exit.)