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