aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-22 07:27:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-22 08:07:05 +0200
commit8717405eb2869115a5abe4b146fa5e73421467d4 (patch)
tree2fd990c1a846e97ae634daec9f9a6d53f6321d6e /bdep/project.cxx
parent50a523f0ec503e7a32ec3732dc4b6f5c05170122 (diff)
Implement config-move subcommand
Diffstat (limited to 'bdep/project.cxx')
-rw-r--r--bdep/project.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bdep/project.cxx b/bdep/project.cxx
index 0d8686f..e553a1d 100644
--- a/bdep/project.cxx
+++ b/bdep/project.cxx
@@ -116,7 +116,9 @@ namespace bdep
for (const shared_ptr<configuration>& c: r)
{
if (!exists (c->path))
- fail << "configuration directory " << c->path << " no longer exists";
+ fail << "configuration directory " << c->path << " no longer exists" <<
+ info << "use config move command if it has been moved/renamed" <<
+ info << "use config remove commands if it has been removed";
}
}