summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-03-27 15:54:42 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-03-27 15:54:42 +0100
commit2e4aa1a595f6d80c683e1523c88d4c0565dc83a2 (patch)
tree2843e46557dce00d3bfa1f8c2611b894e7b10c57 /vdr.c
parente3de25dd112fa2980752765840399c22559edd76 (diff)
downloadvdr-2e4aa1a595f6d80c683e1523c88d4c0565dc83a2.tar.gz
vdr-2e4aa1a595f6d80c683e1523c88d4c0565dc83a2.tar.bz2
Added command line help for the '-i' option
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr.c b/vdr.c
index 60fc11a1..5f2f88e3 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.cadsoft.de/vdr
*
- * $Id: vdr.c 2.5 2009/02/01 10:13:48 kls Exp $
+ * $Id: vdr.c 2.6 2009/03/27 15:54:05 kls Exp $
*/
#include <getopt.h>
@@ -416,6 +416,7 @@ int main(int argc, char *argv[])
" existing directory, without any \"..\", double '/'\n"
" or symlinks (default: none, same as -g-)\n"
" -h, --help print this help and exit\n"
+ " -i ID, --instance=ID use ID as the id of this VDR instance (default: 0)\n"
" -l LEVEL, --log=LEVEL set log level (default: 3)\n"
" 0 = no logging, 1 = errors only,\n"
" 2 = errors and info, 3 = errors, info and debug\n"