0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

manpage: use Lua for Lua example

This commit is contained in:
wm4 2014-02-11 15:21:41 +01:00
parent 891f58e834
commit 37a4e6b583

View File

@ -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