summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2013-04-03 22:52:27 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2013-04-03 22:52:27 +0300
commitd535bf0611e30f69fffc16723fa115f50d161821 (patch)
tree68fe8e1cd0c104082580074922e59b15fb274a1e
parent16d0db40d37706c79c7e911aebcdd344200a4725 (diff)
downloadvdr-plugin-epgfixer-d535bf0611e30f69fffc16723fa115f50d161821.tar.gz
vdr-plugin-epgfixer-d535bf0611e30f69fffc16723fa115f50d161821.tar.bz2
Fix SVDRP help entry for REL, thanks to Ville Skyttä.
-rw-r--r--epgfixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgfixer.c b/epgfixer.c
index 3abe6f2..bd3ffa4 100644
--- a/epgfixer.c
+++ b/epgfixer.c
@@ -155,7 +155,7 @@ bool cPluginEpgfixer::Service(const char *Id, void *Data)
const char **cPluginEpgfixer::SVDRPHelpPages(void)
{
static const char *HelpPages[] = {
- "RLAL\n"
+ "REL\n"
" Reload all configs.",
"RLRE\n"
" Reload regexp.conf.",