From: BenoƮt Monin Date: Sat, 25 Apr 2015 11:50:33 +0000 (+0200) Subject: rrdgraph: document short option '-d' for daemon X-Git-Tag: v1.5.3~5^2^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b88bdfc6526f15b65ab4d248324af1e87d2250ff;p=thirdparty%2Frrdtool-1.x.git rrdgraph: document short option '-d' for daemon --- diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index a675a6cd..c56ded30 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -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
] +[B<-d>|B<--daemon> I
] Address of the L daemon. If specified, a C command is sent to the server before reading the RRD files. This allows the graph to contain diff --git a/src/rrd_tool.c b/src/rrd_tool.c index eb99a33f..385e5d81 100644 --- a/src/rrd_tool.c +++ b/src/rrd_tool.c @@ -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
]\n" + "\t\t[-g|--no-legend] [-d|--daemon
]\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"