From: Florian Forster Date: Wed, 2 Jul 2008 21:13:12 +0000 (+0200) Subject: src/rrd_xport.c: Allow the short option `-d', too. X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=1ff25c19bb96256b3b0b93d9a2e2702980feb656 src/rrd_xport.c: Allow the short option `-d', too. --- diff --git a/src/rrd_xport.c b/src/rrd_xport.c index 935a2cc..f015a28 100644 --- a/src/rrd_xport.c +++ b/src/rrd_xport.c @@ -80,7 +80,7 @@ int rrd_xport( 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;