aboutsummaryrefslogtreecommitdiff
path: root/bdep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-09 17:04:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-09 17:04:17 +0200
commit8a211c3b1fbb448ed8ea0284fc13422a0ff7d033 (patch)
tree8692be69d6bf46291abffcdd6000fb413e5db2c1 /bdep
parent1866947b49889fa1d5296e103bd17feb36c5bc88 (diff)
Print info on having to issue explicit bdep-sync in bdep-config-set
Diffstat (limited to 'bdep')
-rw-r--r--bdep/config.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/config.cxx b/bdep/config.cxx
index d8b652e..3c7760d 100644
--- a/bdep/config.cxx
+++ b/bdep/config.cxx
@@ -733,6 +733,8 @@ namespace bdep
dr << "updated configuration ";
print_configuration (dr, c);
}
+
+ info << "explicit bdep-sync is required for changes to take effect";
}
return 0;