summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-29 15:47:06 -0500
committerDudemanguy <random342@airmail.cc>2023-10-30 16:46:32 +0000
commit991e2a599c464e3c27d0447fb8198ac44731574a (patch)
treebae83f55df81b85248f4dc9487f1d4b880b234b8 /DOCS/man/options.rst
parent612faed85654d1a20e6959ca9e0ce2fc34d38790 (diff)
downloadmpv-991e2a599c464e3c27d0447fb8198ac44731574a.tar.bz2
mpv-991e2a599c464e3c27d0447fb8198ac44731574a.tar.xz
options: make --screenshot-directory/--watch-later-directory aliases
By popular demand I guess.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a9acd6cff9..a1dc8e392c 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1047,6 +1047,8 @@ Watch Later
``--watch-later-dir=<path>``
The directory in which to store the "watch later" temporary files.
+ ``--watch-later-directory`` is an alias for ``--watch-later-dir``.
+
If this option is unset, the files will be stored in a subdirectory
named "watch_later" underneath the local state directory
(usually ``~/.local/state/mpv/``).
@@ -4470,6 +4472,8 @@ Screenshot
generated by ``--screenshot-template``. If the template filename is already
absolute, the directory is ignored.
+ ``--screenshot-directory`` is an alias for ``--screenshot-dir``.
+
If the directory does not exist, it is created on the first screenshot. If
it is not a directory, an error is generated when trying to write a
screenshot.