From 234428e21adde0ddf60f9665edad3dcfb9fd2584 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 24 Mar 2018 13:29:06 +0200 Subject: Implement --config-create|-C in init and new --- bdep/new-types.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/new-types.hxx') 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) -- cgit v1.1