diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-25 11:04:25 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-25 11:04:25 +0100 |
commit | 31e334a332e03b13c648da875e1b91ab8f30154f (patch) | |
tree | f7b93911a1dd62be3a48ed80735e104671e4e8e5 /vdr.c | |
parent | 7a2d3d993c932a12d17236f34a03f542c8943221 (diff) | |
download | vdr-31e334a332e03b13c648da875e1b91ab8f30154f.tar.gz vdr-31e334a332e03b13c648da875e1b91ab8f30154f.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 3.5 2013/12/24 13:19:55 kls Exp $ + * $Id: vdr.c 3.6 2013/12/25 11:01:28 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", |