diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-02 22:42:14 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-02 23:09:29 +0100 |
commit | ea48c9d6b05e686f793a064bc0a8349d636cd399 (patch) | |
tree | efcd11c5c42f5a352d2d98ebe28daa9553bd33db /osdteletext.c | |
parent | 886bdaa2fc4677a5ed2ecb6aeb67424198e27934 (diff) | |
download | vdr-plugin-osdteletext-ea48c9d6b05e686f793a064bc0a8349d636cd399.tar.gz vdr-plugin-osdteletext-ea48c9d6b05e686f793a064bc0a8349d636cd399.tar.bz2 |
Changed default vtx cache dir to the more FHS conform location /var/cache/vdr/vtx
Diffstat (limited to 'osdteletext.c')
-rw-r--r-- | osdteletext.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/osdteletext.c b/osdteletext.c index a7dfbcd..9d33a6c 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -121,8 +121,7 @@ const char *cPluginTeletextosd::CommandLineHelp(void) // Return a string that describes all known command line options. return " -d --directory=DIR The directory where the temporary\n" " files will be stored.\n" - " (default: /vtx, recommended: /tmp/vtx\n" - " or /var/cache/vdr/osdteletext.)\n" + " (default: /var/cache/vdr/vtx)\n" " Ensure that the directory exists and is writable.\n" " -n --max-cache=NUM Maximum size in megabytes of cache used\n" " to store the pages on the harddisk.\n" |