]> git.sesse.net Git - vlc/blobdiff - share/lua/intf/dummy.lua
librivox: some cleanup and add the book author as artist of the item.
[vlc] / share / lua / intf / dummy.lua
index 3a5fea49b9d32e70ea6bcf48860badcc4ca97e20..2f217031fc7f9efa624736fcf9d824b3c213707d 100644 (file)
@@ -4,9 +4,12 @@ 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 lua --lua-intf rc]]
---You can also use the alternate syntax: vlc -I "lua{intf=rc}"]]
+For example: vlc -I lua --lua-intf rc
+You can also use the alternate syntax: vlc -I "lua{intf=rc}"
+See share/lua/intf/README.txt for more information about lua interface modules.]]
 
 for line in string.gmatch(msg,"([^\n]+)\n*") do
     vlc.msg.err(line)
 end
+
+vlc.misc.quit()