summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-01 21:44:37 +0200
committerwm4 <wm4@nowhere>2015-05-01 21:51:10 +0200
commit72373bb5aee6be468bf6a3a2cceb55e9f1a6d28f (patch)
treed93e5b2729e784a4a3c5d19a27314cf96548f536 /DOCS
parent8192500716e3d151c1fec3b523df447683fe9724 (diff)
downloadmpv-72373bb5aee6be468bf6a3a2cceb55e9f1a6d28f.tar.bz2
mpv-72373bb5aee6be468bf6a3a2cceb55e9f1a6d28f.tar.xz
screenshots: prefix default template with "mpv-"
So that the user realizes where they come from, or can find them at all. This was a common complaint, and this is the most lazy solution. Better suggestions for a default template are welcome.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b46f5992e6..356eff7822 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2573,8 +2573,8 @@ Screenshot
Specify the filename template used to save screenshots. The template
specifies the filename without file extension, and can contain format
specifiers, which will be substituted when taking a screenshot.
- By default the template is ``shot%n``, which results in filenames like
- ``shot0012.png`` for example.
+ By default the template is ``mpv-shot%n``, which results in filenames like
+ ``mpv-shot0012.png`` for example.
The template can start with a relative or absolute path, in order to
specify a directory location where screenshots should be saved.