deal with versions ending in letters
[rrdtool.git] / src / rrd_restore.c
index 68923b5..c907ee4 100644 (file)
@@ -504,7 +504,7 @@ rrd_restore(int argc, char **argv)
                int opt;
                
                
-               opt = getopt_long(argc, argv, "r:f", long_options, &option_index);
+               opt = getopt_long(argc, argv, "rf", long_options, &option_index);
                
                if (opt == EOF)
                        break;