summaryrefslogtreecommitdiff
path: root/dynamite.c
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-02-02 22:29:56 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-02-02 22:29:56 +0100
commit81e2c1e8e0486fbc9f25493fbf38799a0f045a7b (patch)
tree359955f2d2c131abd393b36e43f1ee0c348a5cb5 /dynamite.c
parent6fb28a2e29faf239b1b14fcac981d560a7550e65 (diff)
downloadvdr-plugin-dynamite-81e2c1e8e0486fbc9f25493fbf38799a0f045a7b.tar.gz
vdr-plugin-dynamite-81e2c1e8e0486fbc9f25493fbf38799a0f045a7b.tar.bz2
update README and set version for next release
Diffstat (limited to 'dynamite.c')
-rw-r--r--dynamite.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/dynamite.c b/dynamite.c
index 52b924a..0b3f847 100644
--- a/dynamite.c
+++ b/dynamite.c
@@ -8,7 +8,7 @@
#include "dynamicdevice.h"
#include "monitor.h"
-static const char *VERSION = "0.0.5d-rc1";
+static const char *VERSION = "0.0.5d";
static const char *DESCRIPTION = "attach/detach devices on the fly";
static const char *MAINMENUENTRY = NULL;
@@ -275,7 +275,9 @@ const char **cPluginDynamite::SVDRPHelpPages(void)
"ADUM subsystem begin-of-devnode\n"
" Adds a filter to the udev-monitor.\n"
" If an event occurs whose devnode starts with the supplied parameter\n"
- " this devnode will be queued for attaching.\n"
+ " this devnode will be queued for attaching, e.g.\n"
+ " AddUdevMonitor video4linux /dev/video\n"
+ " (this is what pvrinput uses)\n"
" alternate command: AddUdevMonitor",
NULL
};