summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-03-02 14:24:30 +0100
committerJan Ekström <jeebjp@gmail.com>2018-03-03 02:38:01 +0200
commitc917992359fdcae867b53ceab1427a1a9c6c8e78 (patch)
treeb1ce1da2fb3a8af9d19bbf6da62d0a8ab4565af1
parent8288fa6978cefe439e0810884ca6b83542ee6e09 (diff)
downloadmpv-c917992359fdcae867b53ceab1427a1a9c6c8e78.tar.bz2
mpv-c917992359fdcae867b53ceab1427a1a9c6c8e78.tar.xz
manpage: describe how to list/inspect/apply profiles
This is all documented elsewhere in the manpage, but hard to find from here.
-rw-r--r--DOCS/man/mpv.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 7f1509ee3b..ad62849139 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -576,6 +576,11 @@ description (shown by ``--profile=help``) can be defined with the
``profile-desc`` option. To end the profile, start another one or use the
profile name ``default`` to continue with normal options.
+You can list profiles with ``--profile=help``, and show the contents of a
+profile with ``--show-profile=<name>`` (replace ``<name>`` with the profile
+name). You can apply profiles on start with the ``--profile=<name>`` option,
+or at runtime with the ``apply-profile <name>`` command.
+
.. admonition:: Example mpv config file with profiles
::