summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-18 11:58:24 +0200
committerwm4 <wm4@nowhere>2016-09-18 16:08:21 +0200
commit79e20ff485db4ee82e7b475a5329bf303570cde6 (patch)
tree9dc778411690a9e578412e2925d17170d99959d3 /DOCS/man/options.rst
parent74c342c6d36a17d4270b6e8d5e4720241c1d6161 (diff)
downloadmpv-79e20ff485db4ee82e7b475a5329bf303570cde6.tar.bz2
mpv-79e20ff485db4ee82e7b475a5329bf303570cde6.tar.xz
options: actually deprecate --mute=auto
Also, make it internally actually an alias to "no".
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 6d390ebb7d..cefd12eae5 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1134,9 +1134,10 @@ Audio
Audio delay in seconds (positive or negative float value). Positive values
delay the audio, and negative values delay the video.
-``--mute=<auto|yes|no>``
- Set startup audio mute status. ``auto`` (default) will not change the mute
- status.
+``--mute=<yes|no|auto>``
+ Set startup audio mute status (default: no).
+
+ ``auto`` is a deprecated possible value that is equivalent to ``no``.
See also: ``--volume``.