vlc | branch: master | Pierre Ynard <[email protected]> | Sat Dec  3 22:36:55 
2011 +0100| [2cff61a8f84903b69e37b2d191d9349997683953] | committer: Pierre Ynard

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2cff61a8f84903b69e37b2d191d9349997683953
---

 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

Reply via email to