diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-25 11:06:10 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-25 11:06:10 +0100 |
commit | 6a4004a8a2d531e89bba6eadf752dc9f15a3555c (patch) | |
tree | 9f2bc387d66257529ac674c13bb341cf8c7eb963 /vdr.c | |
parent | 1045069fee38d6ca05fa02d7faf6a587e6054ec9 (diff) | |
download | vdr-6a4004a8a2d531e89bba6eadf752dc9f15a3555c.tar.gz vdr-6a4004a8a2d531e89bba6eadf752dc9f15a3555c.tar.bz2 |
Added a missing closing ')' in the help and man page entry of the --vfat option
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.57.1.2 2013/12/25 10:54:36 kls Exp $ + * $Id: vdr.c 2.57.1.3 2013/12/25 11:05:21 kls Exp $ */ #include <getopt.h> @@ -540,7 +540,7 @@ int main(int argc, char *argv[]) " -v DIR, --video=DIR use DIR as video directory (default: %s)\n" " -V, --version print version information and exit\n" " --vfat for backwards compatibility (same as\n" - " --dirnames=250,40,1\n" + " --dirnames=250,40,1)\n" " -w SEC, --watchdog=SEC activate the watchdog timer with a timeout of SEC\n" " seconds (default: %d); '0' disables the watchdog\n" "\n", |