Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
2cff61a8
Commit
2cff61a8
authored
Dec 03, 2011
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua: don't document rc and telnet, they're gone
parent
70f556e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
share/lua/intf/dummy.lua
share/lua/intf/dummy.lua
+3
-3
No files found.
share/lua/intf/dummy.lua
View file @
2cff61a8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment