diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-04-18 14:30:47 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-04-18 14:30:47 +0200 |
commit | fa701228d76e329161f84057c7bb5693026c3fa3 (patch) | |
tree | 73c9c3406e81268abeb4aa702076a6a1707de3f7 /vdr.1 | |
parent | 7aef23e97f156f2b1601125e5e39080bb269c9a0 (diff) | |
download | vdr-fa701228d76e329161f84057c7bb5693026c3fa3.tar.gz vdr-fa701228d76e329161f84057c7bb5693026c3fa3.tar.bz2 |
The command line option -D now accepts the value '-' (as in -D-), which prevents VDR from using any DVB devices
Diffstat (limited to 'vdr.1')
-rw-r--r-- | vdr.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 3.6 2015/02/17 13:43:24 kls Exp $ +.\" $Id: vdr.1 4.1 2015/04/18 14:25:07 kls Exp $ .\" .TH vdr 1 "19 Feb 2015" "2.2" "Video Disk Recorder" .SH NAME @@ -64,6 +64,8 @@ Run in daemon mode (implies \-\-no\-kbd). .BI \-D\ num ,\ \-\-device= num Use only the given DVB device (\fInum\fR = 0, 1, 2...). There may be several \fB\-D\fR options (by default all DVB devices will be used). +If \fB\-D\-\fR is given, no DVB devices will be used at all, independent of any +other \-D options. .TP .BI \-\-dirnames= path [, name [, enc ]] Set the maximum directory path length to \fIpath\fR (default is the maximum value |