diff options
Diffstat (limited to 'src/vdr-plugin')
-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; |