summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/options.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 3ef1b9e427..3b0a421a28 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -104,6 +104,7 @@ Interface changes
- rename `--fps` to `--container-fps-override`
- rename `--override-display-fps` to `--display-fps-override`
- rename `--sub-ass-force-style` to `--sub-ass-style-overrides`
+ - rename `--screenshot-directory` to `--screenshot-dir`
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 3aee640800..db34c5f8d3 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4451,7 +4451,7 @@ Screenshot
``%%``
Replaced with the ``%`` character itself.
-``--screenshot-directory=<path>``
+``--screenshot-dir=<path>``
Store screenshots in this directory. This path is joined with the filename
generated by ``--screenshot-template``. If the template filename is already
absolute, the directory is ignored.