diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-13 17:39:59 +0200 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-13 17:39:59 +0200 |
commit | c908ce13a73dfbe536ef8441df73ed1cda5f812f (patch) | |
tree | 2372c986f180950d3864f1e244f2591d630e4f55 /src | |
parent | f826023b65c8aa9c68d5756305a2ff2394c330c8 (diff) | |
download | vdr-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.c | 8 |
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; |