summaryrefslogtreecommitdiffstats
path: root/DOCS
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
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')
-rw-r--r--DOCS/interface-changes.rst2
-rw-r--r--DOCS/man/options.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index a032e7c721..3f21bf8063 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -32,7 +32,7 @@ Interface changes
- "vo-drop-frame-count" to "frame-drop-count"
The old names still work, but are deprecated.
- remove the --stream-capture option and property. No replacement.
- (--stream-record might serve as alternative)
+ (--record-file might serve as alternative)
- add --sub-justify
- add --sub-ass-justify
- internally there's a different way to enable the demuxer cache now
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.