summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2021-08-16 06:02:55 +0200
committerDudemanguy <random342@airmail.cc>2021-10-26 20:27:49 +0000
commit8778c296b46675984f1f5512766013b854336b6c (patch)
tree71a1acc8a358942d9da0bd8f16a010e606317ec2
parente4ee0c6ebcc438741b32f6ecb0795158055f35f3 (diff)
downloadmpv-8778c296b46675984f1f5512766013b854336b6c.tar.bz2
mpv-8778c296b46675984f1f5512766013b854336b6c.tar.xz
DOCS/options: clarify watch-later-options examples
Make it clearer that watch-later-options controls which options are not saved and not which ones are restored.
-rw-r--r--DOCS/man/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 08598cdc85..3ade7f764c 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -866,12 +866,12 @@ Program Behavior
.. admonition:: Examples
- ``--watch-later-options-remove=fullscreen``
- Resuming a file won't restore the fullscreen state.
+ The fullscreen state won't be saved to watch later files.
- ``--watch-later-options-remove=volume``
``--watch-later-options-remove=mute``
- Resuming a file won't restore the volume or mute state.
+ The volume and mute state won't be saved to watch later files.
- ``--watch-later-options-clr``
- Resuming a file won't restore any option except the starting
+ No option will be saved to watch later files except the starting
position.
``--write-filename-in-watch-later-config``