From 991e2a599c464e3c27d0447fb8198ac44731574a Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 29 Oct 2023 15:47:06 -0500 Subject: options: make --screenshot-directory/--watch-later-directory aliases By popular demand I guess. --- DOCS/man/options.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS/man/options.rst') 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=`` 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. -- cgit v1.2.3