From 6a4004a8a2d531e89bba6eadf752dc9f15a3555c Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 25 Dec 2013 11:06:10 +0100 Subject: Added a missing closing ')' in the help and man page entry of the --vfat option --- vdr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vdr.c') diff --git a/vdr.c b/vdr.c index 952a2f9c..00c517e3 100644 --- a/vdr.c +++ b/vdr.c @@ -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 @@ -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", -- cgit v1.2.3