]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Added missing rrdcached CREATE options to docs (#810)
authorSteven Hartland <steven.hartland@multiplay.co.uk>
Tue, 18 Jul 2017 11:44:53 +0000 (12:44 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 18 Jul 2017 11:44:53 +0000 (07:44 -0400)
Added -s <sourcefile> and -t <templatefile> to the docs for rrdcached CREATE.

doc/rrdcached.pod

index 32c65f118f5f825df2be4679142141722d6fdd24..586449d5517cf1bcdf0578cc96594a9df51f02df 100644 (file)
@@ -716,7 +716,7 @@ The information is returned, one item per line, with the format:
 
  I<keyname> I<type> I<value>
 
-=item B<CREATE> I<filename> [-s I<stepsize>] [-b I<begintime>] [-O] I<DSdefinitions> ... I<RRAdefinitions> ...
+=item B<CREATE> I<filename> [-s I<stepsize>] [-b I<begintime>] [-r I<sourcefile> ...] [-t I<templatefile>] [-O] I<DSdefinitions> ... I<RRAdefinitions> ...
 
 This will create the RRD file according to the supplied parameters, provided
 the parameters are valid, and (if the -O option is given or if the rrdcached