summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/rrdbot-create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rrdbot-create.c b/tools/rrdbot-create.c
index aa2ae0b..22dbaa4 100644
--- a/tools/rrdbot-create.c
+++ b/tools/rrdbot-create.c
@@ -839,7 +839,7 @@ main(int argc, char* argv[])
/* Config directory */
case 'c':
- confdir = DEFAULT_CONFIG;
+ confdir = optarg;
break;
/* Only print commands */