mirror of https://github.com/mpv-player/mpv
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.
This commit is contained in:
parent
67644888e7
commit
b6615cd474
|
@ -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``.
|
||||
|
|
Loading…
Reference in New Issue