src/rrd_xport.c: Allow the short option `-d', too.
authorFlorian Forster <octo@verplant.org>
Wed, 2 Jul 2008 21:13:12 +0000 (23:13 +0200)
committerFlorian Forster <octo@verplant.org>
Wed, 2 Jul 2008 21:13:12 +0000 (23:13 +0200)
src/rrd_xport.c

index 935a2cc..f015a28 100644 (file)
@@ -80,7 +80,7 @@ int rrd_xport(
         int       option_index = 0;
         int       opt;
 
         int       option_index = 0;
         int       opt;
 
-        opt = getopt_long(argc, argv, "s:e:m:", long_options, &option_index);
+        opt = getopt_long(argc, argv, "s:e:m:d:", long_options, &option_index);
 
         if (opt == EOF)
             break;
 
         if (opt == EOF)
             break;