summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-19 16:36:38 +0200
committerwm4 <wm4@nowhere>2014-10-19 16:36:38 +0200
commitc854ce934ec615bc04fe47f6c139a6a152aba8c1 (patch)
tree51dba4026444401895c217a472f717cee5e8b9d7 /DOCS
parent7e66a3596949e24a4ff7243103bc21c9f29aaaee (diff)
downloadmpv-c854ce934ec615bc04fe47f6c139a6a152aba8c1.tar.bz2
mpv-c854ce934ec615bc04fe47f6c139a6a152aba8c1.tar.xz
audio: quote devices in --audio-device=help
The output is a bit confusing. Quoting the device name probably helps a little bit; also add minimal explanations to the manpage.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 35a8a2e9d8..aceca84d65 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -769,7 +769,9 @@ Audio
``alsa``, followed by ``/``, followed by the audio output specific device
name.
- You can list audio devices with ``--audio-device=help``.
+ You can list audio devices with ``--audio-device=help``. This outputs the
+ device name in quotes, followed by a description. The device name is what
+ you have to pass to the ``--audio-device`` option.
The default value for this option is ``auto``, which tries every audio
output in preference order with the default device.