X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_daemon.c;h=2bd19a1417038deb7e6e2c5149b625ee309fce1e;hb=bd287ae5b9e8b5e683b86a241ceb417550662db6;hp=0816526bd43a808e549dc4c68b1b4f04aa7dbf82;hpb=a12627275ff8487174cbb907a066f62a00b6ae44;p=rrdtool.git diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index 0816526..2bd19a1 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -2033,17 +2033,19 @@ static int read_options (int argc, char **argv) /* {{{ */ 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
Socket address to listen to.\n" " -w Interval in which to write data.\n" - " -z Delay writes up to seconds to spread load" \ + " -z Delay writes up to seconds to spread load\n" " -f Interval in which to flush dead data.\n" " -p Location of the PID-file.\n" " -b Base directory to change to.\n" + " -g Do not fork and run in the foreground.\n" + " -j Directory in which to create the journal files.\n" "\n" "For more information and a detailed description of all options " "please refer\n"