X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_tool.c;h=d3bc2768643bcacb2bdf0ec94f133b65e7cd76c0;hb=22424d6b1c6a14c1d919482f991427c7e43853a8;hp=4da8019e36daddccd16714b64e32460530bd3d1c;hpb=aff0a2728543eee1ac21f3fa02f171caae8d9362;p=rrdtool.git diff --git a/src/rrd_tool.c b/src/rrd_tool.c index 4da8019..d3bc276 100644 --- a/src/rrd_tool.c +++ b/src/rrd_tool.c @@ -6,6 +6,8 @@ #if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H) #include "../win32/config.h" +#include +#include #else #ifdef HAVE_CONFIG_H #include "../rrd_config.h" @@ -136,6 +138,8 @@ void PrintUsage( "\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[--right-axis scale:shift] [--right-axis-label label]\n" + "\t\t[--right-axis-format format]\n" "\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"