git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07dc019
)
Typo in README.txt file about Lua interface
author
Vicente Jimenez Aguilar
<googuy@gmail.com>
Sun, 30 Nov 2008 20:27:00 +0000
(21:27 +0100)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 1 Dec 2008 07:23:33 +0000
(08:23 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
share/lua/intf/README.txt
patch
|
blob
|
history
diff --git
a/share/lua/intf/README.txt
b/share/lua/intf/README.txt
index
42b7795
..
1094b01
100644
(file)
--- a/
share/lua/intf/README.txt
+++ b/
share/lua/intf/README.txt
@@
-7,7
+7,7
@@
Examples: rc.lua, telnet.lua and http.lua
The "config" global variable is set to the value specified in the
--lua-config VLC option. For example:
---lua-config "rc={a='test',c=3},telne
l
{a='hello'}"
+--lua-config "rc={a='test',c=3},telne
t=
{a='hello'}"
config will be set to {a='test',c=3} in the rc interface, to {a='hello'}
in the telnet interface and won't be set in other interfaces.