From 1ff25c19bb96256b3b0b93d9a2e2702980feb656 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 2 Jul 2008 23:13:12 +0200 Subject: [PATCH] src/rrd_xport.c: Allow the short option `-d', too. --- src/rrd_xport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0