aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new.cxx')
-rw-r--r--bdep/new.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 8f0c836..f8cf05e 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -638,8 +638,9 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args)
}
if (!sep && !module)
- fail << "no module(s) specified for configuration to be created" <<
- info << "for example, for C/C++ configuration specify 'cc'" <<
+ fail << "no build system module(s) specified for configuration "
+ << "to be created" <<
+ info << "for example, for C/C++ configuration, specify 'cc'" <<
info << "use '--' to create configuration without modules" <<
info << "for example: bdep new -C ... --";
}