From e8ce49e5fda4432147aa86cf65c4c2479e52ee32 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Oct 2021 09:27:29 +0200 Subject: Improve host configuration creation diagnostics --- bdep/sync.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bdep/sync.cxx') diff --git a/bdep/sync.cxx b/bdep/sync.cxx index 28bd0ea..6f9670a 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -678,13 +678,12 @@ namespace bdep // dr << '\n' << "creating configuration of " << dep_type << " type in " - << dep_dir << '\n' - << "and associate it with projects:" << '\n'; + << dep_dir << " and associating it with project(s):" << '\n'; for (const dir_path& d: dpt_prjs) dr << " " << d << '\n'; - dr << "as if by executing commands:" << '\n'; + dr << "as if by executing command(s):" << '\n'; dr << " "; cmd_config_create_print (dr, -- cgit v1.1