]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
rrdgraph: document short option '-d' for daemon
authorBenoît Monin <benoit.monin@gmx.fr>
Sat, 25 Apr 2015 11:50:33 +0000 (13:50 +0200)
committerBenoît Monin <benoit.monin@gmx.fr>
Sat, 25 Apr 2015 20:54:51 +0000 (22:54 +0200)
doc/rrdgraph.pod
src/rrd_tool.c

index a675a6cd61dda6dfc033350b741ac5d2470a2f6b..c56ded3001e0f05262e026e8a29bb2db4c539953 100644 (file)
@@ -362,7 +362,7 @@ can really rely on before RRDtool 1.3.7 is that lazy will not generate the
 graph when it is already there and up to date, and also that it will output
 the size of the graph. 
 
-[B<--daemon> I<address>]
+[B<-d>|B<--daemon> I<address>]
 
 Address of the L<rrdcached> daemon. If specified, a C<flush> command is sent
 to the server before reading the RRD files. This allows the graph to contain
index eb99a33f4c8e7d8c5b6e02b8941170f004a12083..385e5d81026943f6bbaa2c132b175c21bb6ab1d0 100644 (file)
@@ -151,7 +151,7 @@ void PrintUsage(
            "\t\t[-h|--height pixels] [-o|--logarithmic]\n"
            "\t\t[-u|--upper-limit value] [-z|--lazy]\n"
            "\t\t[-l|--lower-limit value] [-r|--rigid]\n"
-           "\t\t[-g|--no-legend] [--daemon <address>]\n"
+           "\t\t[-g|--no-legend] [-d|--daemon <address>]\n"
            "\t\t[-F|--force-rules-legend]\n" "\t\t[-j|--only-graph]\n");
     const char *help_graph2 =
         N_("\t\t[-n|--font FONTTAG:size:font]\n"