diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-15 10:47:35 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-15 10:47:35 +0100 |
commit | 9bd2b9901f1323ecef3ff54663d2c8f1bf639c18 (patch) | |
tree | 1f315f74a45a35fb1563d7d6872536cbf0575532 /vdr.c | |
parent | 21b564805d54f5f790d6185823459e823bb43b76 (diff) | |
download | vdr-9bd2b9901f1323ecef3ff54663d2c8f1bf639c18.tar.gz vdr-9bd2b9901f1323ecef3ff54663d2c8f1bf639c18.tar.bz2 |
Updated the help and man page entry about the location of the epg.data file
Diffstat (limited to 'vdr.c')
-rw-r--r-- | vdr.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ * * The project's page is at http://www.tvdr.de * - * $Id: vdr.c 2.56 2013/03/14 09:34:57 kls Exp $ + * $Id: vdr.c 2.57 2013/03/15 10:44:54 kls Exp $ */ #include <getopt.h> @@ -499,7 +499,7 @@ int main(int argc, char *argv[]) " apply\n" " --edit=REC cut recording REC and exit\n" " -E FILE, --epgfile=FILE write the EPG data into the given FILE (default is\n" - " '%s' in the video directory)\n" + " '%s' in the cache directory)\n" " '-E-' disables this\n" " if FILE is a directory, the default EPG file will be\n" " created in that directory\n" |