aboutsummaryrefslogtreecommitdiff
path: root/bdep/new-types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-24 13:29:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-24 13:29:06 +0200
commit234428e21adde0ddf60f9665edad3dcfb9fd2584 (patch)
tree28910fd2556f2c6b985762710a3319b981aa151e /bdep/new-types.hxx
parentefc78a6f3b0d1e0a2278ea5a7f2c502a6b4f00d0 (diff)
Implement --config-create|-C in init and new
Diffstat (limited to 'bdep/new-types.hxx')
-rw-r--r--bdep/new-types.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/new-types.hxx b/bdep/new-types.hxx
index 0b2a4c6..b7161cd 100644
--- a/bdep/new-types.hxx
+++ b/bdep/new-types.hxx
@@ -35,9 +35,9 @@ namespace bdep
BARE bare_opt;
};
- // Default is bare with no options.
+ // Default is exe with no options.
//
- cmd_new_type_template (): type (bare) {bare_opt = BARE ();}
+ cmd_new_type_template (): type (exe) {bare_opt = BARE ();}
friend ostream&
operator<< (ostream& os, const cmd_new_type_template& t)