From 782e6ffb284e79f92a47351b621abbe28de921f0 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 14 Sep 2008 15:30:43 +0000 Subject: [PATCH] fix RRDCacheD documentation -- Florian Forster git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1507 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_daemon.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" -- 2.11.0