summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2024-05-05 20:22:41 +0200
committerKacper Michajłow <kasper93@gmail.com>2024-05-05 20:29:07 +0200
commitb6615cd47486a4d64899a9718b64b20d0fad2824 (patch)
tree60873234aa85a813fdfd8f03bbdc02d893cf4c06 /DOCS
parent67644888e768f5521c406b7662dc2830d86afbb4 (diff)
downloadmpv-b6615cd47486a4d64899a9718b64b20d0fad2824.tar.bz2
mpv-b6615cd47486a4d64899a9718b64b20d0fad2824.tar.xz
DOCS/lua: fix some argument names
These need to coincide with the ones in command.c because they can be specified in mp.command_native.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 6af0568a96..eb3fa81aa4 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -810,12 +810,12 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
<level>
The minimum OSD level to show the text at (see ``--osd-level``).
-``expand-text <string>``
+``expand-text <text>``
Property-expand the argument and return the expanded string. This can be
used only through the client API or from a script using
``mp.command_native``. (see `Property Expansion`_).
-``expand-path "<string>"``
+``expand-path "<text>"``
Expand a path's double-tilde placeholders into a platform-specific path.
As ``expand-text``, this can only be used through the client API or from
a script using ``mp.command_native``.