summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-21 18:06:27 +0200
committerwm4 <wm4@nowhere>2013-07-21 18:06:27 +0200
commitba1dc085bc35fd4b048dd5b4a7cbc47bf8c10217 (patch)
treea5d4a3d87bd858a3ec8038aa854f580a91f97f7a /DOCS
parentd784759bc05bcc62401940148d9aaa7cace6975c (diff)
downloadmpv-ba1dc085bc35fd4b048dd5b4a7cbc47bf8c10217.tar.bz2
mpv-ba1dc085bc35fd4b048dd5b4a7cbc47bf8c10217.tar.xz
input.rst: update example
Option was renamed.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index f22536ed99..fd1aad9c58 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -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.)