summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-02-08 06:54:47 +0100
committerwm4 <wm4@nowhere>2017-02-08 06:54:47 +0100
commitc94ede9e6224004d21178c00aa7a3d9f664f0fed (patch)
treeaac35c18c2e6ca72f90b770f028a407108d70235 /DOCS/man
parent6d236bd96ee7fb253ffeedb6ff8e03d52bf8c31e (diff)
downloadmpv-c94ede9e6224004d21178c00aa7a3d9f664f0fed.tar.bz2
mpv-c94ede9e6224004d21178c00aa7a3d9f664f0fed.tar.xz
manpage: fix incorrect option name for --record-file
Also the one in interface-changes.rst. Fixes #4121.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index afdf5b2dd1..af9a3b913d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4863,7 +4863,7 @@ Miscellaneous
This does not affect playlist expansion, redirection, or other loading of
referenced files like with ordered chapters.
-``--record-stream=<file>``
+``--record-file=<file>``
Record the current stream to the given target file. The target file will
always be overwritten without asking.