vlc/vlc-1.2 | branch: master | Pierre Ynard <[email protected]> | Sat Dec 3 22:36:55 2011 +0100| [c4facbe2ceac89d6eede382226a4145315ad738b] | committer: Pierre Ynard
lua: don't document rc and telnet, they're gone (cherry picked from commit 2cff61a8f84903b69e37b2d191d9349997683953) Signed-off-by: Pierre Ynard <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=c4facbe2ceac89d6eede382226a4145315ad738b --- share/lua/intf/dummy.lua | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/lua/intf/dummy.lua b/share/lua/intf/dummy.lua index bcb7ecc..c93102c 100644 --- a/share/lua/intf/dummy.lua +++ b/share/lua/intf/dummy.lua @@ -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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
