Code

Allow to force overwrite when restoring from xml to rrd.
[rrdtool.git] / src / rrd_tool.c
index 75b30033b708eea3f5af1d264648ac10e9ee65c1..cfd71a938c91da56eba77e06cf8adc8786247336 100644 (file)
@@ -55,7 +55,7 @@ void PrintUsage(char *cmd)
 
     char help_restore[] =
           "* restore - restore an RRD file from its XML form\n\n"
-          "\trrdtool restore [--range-check|-r] filename.xml filename.rrd\n\n";
+          "\trrdtool restore [--range-check|-r] [--force-overwrite|-f] filename.xml filename.rrd\n\n";
 
     char help_last[] =
            "* last - show last update time for RRD\n\n"