From 8717405eb2869115a5abe4b146fa5e73421467d4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 May 2018 07:27:18 +0200 Subject: Implement config-move subcommand --- bdep/project.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bdep/project.cxx') 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& 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"; } } -- cgit v1.1