summaryrefslogtreecommitdiff
path: root/tvguide.c
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-06-20 15:40:15 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-06-20 15:40:53 +0200
commit1c99501776c6c7752730b184a479f0f2909267f5 (patch)
tree964b56eae4e4f7f082c2b0e19d37a4dc2636f579 /tvguide.c
parentb484f6cfc1154eb0cd447d0b663bb0f2047c2776 (diff)
downloadvdr-plugin-tvguide-1c99501776c6c7752730b184a479f0f2909267f5.tar.gz
vdr-plugin-tvguide-1c99501776c6c7752730b184a479f0f2909267f5.tar.bz2
Correct plugin options in README and CommandLineHelp
Diffstat (limited to 'tvguide.c')
-rw-r--r--tvguide.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tvguide.c b/tvguide.c
index 4362519..3bbcf55 100644
--- a/tvguide.c
+++ b/tvguide.c
@@ -62,9 +62,9 @@ cPluginTvguide::~cPluginTvguide() {
const char *cPluginTvguide::CommandLineHelp(void) {
return
- " -e <IMAGESDIR>, --epgimages=<IMAGESDIR> Set directory where epgimages are stored.\n"
- " -i <ICONDIR>, --icons=<ICONDIR> Set directory where icons are stored.\n"
- " -l <LOGODIR>, --logodir=<LOGODIR> Set directory where logos are stored.\n";
+ " -e <IMAGESDIR>, --epgimages=<IMAGESDIR> Set directory where epgimages are stored.\n"
+ " -i <ICONDIR>, --iconpath=<ICONDIR> Set directory where icons are stored.\n"
+ " -l <LOGODIR>, --logopath=<LOGODIR> Set directory where logos are stored.\n";
}
bool cPluginTvguide::ProcessArgs(int argc, char *argv[]) {