aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/config.cxx')
-rw-r--r--bdep/config.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/config.cxx b/bdep/config.cxx
index d7a8350..765032b 100644
--- a/bdep/config.cxx
+++ b/bdep/config.cxx
@@ -496,7 +496,7 @@ namespace bdep
dr << " @" << *name;
if (type != "target")
- dr << " --config-type " << type;
+ dr << " --type " << type;
dr << (def ? " --default" : " --no-default");
dr << (fwd ? " --forward" : " --no-forward");