mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 13:47:39 +00:00
manpage: use Lua for Lua example
This commit is contained in:
parent
891f58e834
commit
37a4e6b583
@ -54,7 +54,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
|
||||
|
||||
::
|
||||
|
||||
mp.command("loadfile " + filename + " append")
|
||||
mp.command("loadfile " .. filename .. " append")
|
||||
mp.commandv("loadfile", filename, "append")
|
||||
|
||||
These two commands are equivalent, except that the first version breaks
|
||||
|
Loading…
Reference in New Issue
Block a user