From b88bdfc6526f15b65ab4d248324af1e87d2250ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Monin?= Date: Sat, 25 Apr 2015 13:50:33 +0200 Subject: [PATCH] rrdgraph: document short option '-d' for daemon --- doc/rrdgraph.pod | 2 +- src/rrd_tool.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.47.2