lua: intf: luac: fix usage instructions

(cherry picked from commit 7c5203ab1a)
Signed-off-by: Marvin Scholz <epirat07@gmail.com>
This commit is contained in:
Marvin Scholz 2021-11-05 20:08:04 +01:00 committed by Rémi Denis-Courmont
parent 99c124c572
commit cc4c37ebb3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
usage =
[[
To compile a lua script to bytecode (luac) run:
vlc -I luaintf --lua-intf --lua-config 'luac={input="file.lua",output="file.luac"}'
vlc -I luaintf --lua-intf luac --lua-config 'luac={input="file.lua",output="file.luac"}'
Output will be similar to that of the luac command line tool provided with lua with the following arguments:
luac -o file.luac file.lua
]]