aboutsummaryrefslogtreecommitdiff
path: root/bdep/status.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/status.cxx')
-rw-r--r--bdep/status.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/status.cxx b/bdep/status.cxx
index 727a568..4aa3fe6 100644
--- a/bdep/status.cxx
+++ b/bdep/status.cxx
@@ -130,7 +130,7 @@ namespace bdep
if (verb && cfgs.size () > 1)
{
text << (first ? "" : "\n")
- << "CONFIGURATION " << *c;
+ << "in configuration " << *c << ':';
first = false;
}