From 0312b5e20763141cb3a8998b4930d03e2d649a7d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jul 2022 17:17:09 +0200 Subject: Tweak diagnostics --- bdep/config.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bdep/config.cxx') diff --git a/bdep/config.cxx b/bdep/config.cxx index 0960909..58b588c 100644 --- a/bdep/config.cxx +++ b/bdep/config.cxx @@ -741,8 +741,9 @@ namespace bdep } 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 config create ... --"; -- cgit v1.1