X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Frrd_tool.c;h=051631cfb0e4df83dfecc16b82063ae85f08793c;hb=f942d3c825ad1073bb6d68edd9653b0c999bbe49;hp=d054386074dcfe7915a370193d47a34c99ec785a;hpb=ac630adec930653637199258efd99024d49325c7;p=rrdtool.git diff --git a/src/rrd_tool.c b/src/rrd_tool.c index d054386..051631c 100644 --- a/src/rrd_tool.c +++ b/src/rrd_tool.c @@ -70,7 +70,8 @@ void PrintUsage( const char *help_dump = N_("* dump - dump an RRD to XML\n\n" - "\trrdtool dump filename.rrd >filename.xml\n\n"); + "\trrdtool dump filename.rrd >filename.xml\n" + "\t\t[--header|-h {xsd,dtd}]\n\n"); const char *help_info = N_("* info - returns the configuration and status of the RRD\n\n" @@ -133,7 +134,7 @@ void PrintUsage( "\trrdtool graphv filename [-s|--start seconds] [-e|--end seconds]\n"); const char *help_graph1 = N_("\t\t[-x|--x-grid x-axis grid and label]\n" - "\t\t[-Y|--alt-y-grid]\n" + "\t\t[-Y|--alt-y-grid] [--full-size-mode]\n" "\t\t[-y|--y-grid y-axis grid and label]\n" "\t\t[-v|--vertical-label string] [-w|--width pixels]\n" "\t\t[-h|--height pixels] [-o|--logarithmic]\n"