summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dca41ee)
raw | patch | inline | side by side (parent: dca41ee)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 14 Sep 2008 15:30:43 +0000 (15:30 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 14 Sep 2008 15:30:43 +0000 (15:30 +0000) |
program/src/rrd_daemon.c | patch | blob | history |
index 0816526bd43a808e549dc4c68b1b4f04aa7dbf82..2bd19a1417038deb7e6e2c5149b625ee309fce1e 100644 (file)
--- a/program/src/rrd_daemon.c
+++ b/program/src/rrd_daemon.c
case 'h':
case '?':
- printf ("RRDd %s Copyright (C) 2008 Florian octo Forster\n"
+ printf ("RRDCacheD %s Copyright (C) 2008 Florian octo Forster\n"
"\n"
"Usage: rrdcached [options]\n"
"\n"
"Valid options are:\n"
" -l <address> Socket address to listen to.\n"
" -w <seconds> Interval in which to write data.\n"
- " -z <delay> Delay writes up to <delay> seconds to spread load" \
+ " -z <delay> Delay writes up to <delay> seconds to spread load\n"
" -f <seconds> Interval in which to flush dead data.\n"
" -p <file> Location of the PID-file.\n"
" -b <dir> Base directory to change to.\n"
+ " -g Do not fork and run in the foreground.\n"
+ " -j <dir> Directory in which to create the journal files.\n"
"\n"
"For more information and a detailed description of all options "
"please refer\n"