summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-11-13 17:39:59 +0200
committerAntti Ajanki <antti.ajanki@iki.fi>2010-11-13 17:39:59 +0200
commitc908ce13a73dfbe536ef8441df73ed1cda5f812f (patch)
tree2372c986f180950d3864f1e244f2591d630e4f55 /src
parentf826023b65c8aa9c68d5756305a2ff2394c330c8 (diff)
downloadvdr-plugin-webvideo-c908ce13a73dfbe536ef8441df73ed1cda5f812f.tar.gz
vdr-plugin-webvideo-c908ce13a73dfbe536ef8441df73ed1cda5f812f.tar.bz2
document SVDRP and bookmarklet
Diffstat (limited to 'src')
-rw-r--r--src/vdr-plugin/webvideo.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c
index 002c58d..0c2cc9b 100644
--- a/src/vdr-plugin/webvideo.c
+++ b/src/vdr-plugin/webvideo.c
@@ -403,10 +403,10 @@ bool cPluginWebvideo::Service(const char *Id, void *Data)
const char **cPluginWebvideo::SVDRPHelpPages(void)
{
static const char *HelpPages[] = {
- "PLAY <file>\n"
- " Stream a media file.",
- "DWLD <file>\n"
- " Download a media file.",
+ "PLAY <url>\n"
+ " Stream a media file embedded on web page at <url>.",
+ "DWLD <url>\n"
+ " Download a media file embedded on web page at <url>.",
NULL
};
return HelpPages;