Commit c4facbe2 authored by Pierre Ynard's avatar Pierre Ynard

lua: don't document rc and telnet, they're gone

(cherry picked from commit 2cff61a8)
Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
parent 2b510999
......@@ -3,9 +3,9 @@
msg = [[
This is the `dummy' VLC Lua interface module.
Please specify a VLC Lua interface to load with the --lua-intf option.
VLC Lua interface modules include: `rc', `telnet' and `http'.
For example: vlc -I luaintf --lua-intf rc
You can also use the alternate syntax: vlc -I "luaintf{intf=rc}"
VLC Lua interface modules include: `cli' and `http'.
For example: vlc -I luaintf --lua-intf cli
You can also use the alternate syntax: vlc -I "luaintf{intf=cli}"
See share/lua/intf/README.txt for more information about lua interface modules.]]
for line in string.gmatch(msg,"([^\n]+)\n*") do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment