Adds the given string as a watermark, horizontally centered, at the bottom
of the graph.
-[B<-Z>|B<--missing-ds>]
+[B<-Z>|B<--use-nan-for-all-missing-data>]
If one DS is missing, either because the RRD is not available or
because it does not contain the requested DS name, just assume that we
{ "alt-y-grid", no_argument, 0, 'Y'},
{ "y-grid", required_argument, 0, 'y'},
{ "lazy", no_argument, 0, 'z'},
- { "missing-ds", no_argument, 0, 'Z'},
+ { "use-nan-for-all-missing-data", no_argument, 0, 'Z'},
{ "units", required_argument, 0, LONGOPT_UNITS_SI},
{ "alt-y-mrtg", no_argument, 0, 1000}, /* this has no effect it is just here to save old apps from crashing when they use it */
{ "disable-rrdtool-tag",no_argument, 0, 1001},
"\t\t[--border width\n"
"\t\t[-t|--title string]\n"
"\t\t[-W|--watermark string]\n"
- "\t\t[-Z|--missing-ds]\n"
+ "\t\t[-Z|--use-nan-for-all-missing-data]\n"
"\t\t[DEF:vname=rrd:ds-name:CF]\n");
const char *help_graph3 =
N_("\t\t[CDEF:vname=rpn-expression]\n"