aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cxx
diff options
context:
space:
mode:
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";
}
}