projects
/
rrdtool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253a7dd
)
src/rrd_xport.c: Allow the short option `-d', too.
author
Florian Forster
<octo@verplant.org>
Wed, 2 Jul 2008 21:13:12 +0000
(23:13 +0200)
committer
Florian Forster
<octo@verplant.org>
Wed, 2 Jul 2008 21:13:12 +0000
(23:13 +0200)
src/rrd_xport.c
patch
|
blob
|
history
diff --git
a/src/rrd_xport.c
b/src/rrd_xport.c
index
935a2cc
..
f015a28
100644
(file)
--- 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;