diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-01 14:03:45 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-01 14:03:45 +0200 |
commit | 13edfc13820efc784c08b7b93e73f34a73c1e80e (patch) | |
tree | 02d030f96fa1f851454f75d84f03cd323f20105d /vdr.1 | |
parent | d3b3c43e8f0f584fc679787edc8799399f8e8d3e (diff) | |
download | vdr-13edfc13820efc784c08b7b93e73f34a73c1e80e.tar.gz vdr-13edfc13820efc784c08b7b93e73f34a73c1e80e.tar.bz2 |
Implemented FHS support; fixed handling config directory if only -v is given
Diffstat (limited to 'vdr.1')
-rw-r--r-- | vdr.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 2.8 2012/02/27 11:01:17 kls Exp $ +.\" $Id: vdr.1 2.9 2012/09/01 13:40:49 kls Exp $ .\" .TH vdr 1 "10 Feb 2008" "1.6" "Video Disk Recorder" .SH NAME @@ -42,6 +42,10 @@ which can be accessed on port 6419, for instance by \fBtelnet\fR. .BI \-a\ cmd ,\ \-\-audio= cmd Send Dolby Digital audio to stdin of command \fIcmd\fR. .TP +.BI \-\-cachedir= dir +save cache files in \fIdir\fR +(default is to save them in the video directory). +.TP .BI \-c\ dir ,\ \-\-config= dir Read config files from directory \fIdir\fR (default is to read them from the video directory). @@ -157,6 +161,10 @@ particular options) you can use Call \fIcmd\fR before and after a recording. See the file \fIINSTALL\fR for more information. .TP +.BI \-\-resdir= dir +read resource files from \fIdir\fR +(default is to read them from the config directory). +.TP .BI \-s\ cmd ,\ \-\-shutdown= cmd Call \fIcmd\fR to shutdown the computer. See the file \fIINSTALL\fR for more information. |