summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2022-12-16 15:01:54 -0600
committerrcombs <rcombs@rcombs.me>2023-01-28 14:20:20 -0600
commit04241ab731432f9d13c3cfa160c39f98f1d36ba2 (patch)
treea7cfdae2eb07548da2dbfc385d80df81264484d8 /DOCS
parente1815789f768ecf467dad16faae58b515ba2abe7 (diff)
downloadmpv-04241ab731432f9d13c3cfa160c39f98f1d36ba2.tar.bz2
mpv-04241ab731432f9d13c3cfa160c39f98f1d36ba2.tar.xz
player/command: add "del" command
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index e11beae92c..280e30cc8c 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -334,6 +334,9 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
``set <name> <value>``
Set the given property or option to the given value.
+``del <name>``
+ Delete the given property. Most properties cannot be deleted.
+
``add <name> [<value>]``
Add the given value to the property or option. On overflow or underflow,
clamp the property to the maximum. If ``<value>`` is omitted, assume ``1``.