From 023f1a286b7dfe80eb80a9e6924e492cf6f3f80a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 May 2018 10:34:31 +0200 Subject: Implement test, update, and clean commands --- bdep/project.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bdep/project.hxx') diff --git a/bdep/project.hxx b/bdep/project.hxx index bbfd41d..f3c48d7 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -148,10 +148,10 @@ namespace bdep // project. The result is an absolute and normalized project directory and a // vector of relative (to the project directory) package locations. // - // If ignore_packages is true then ignore packages in case the resulting - // vector will be empty. Otherwise, if load_packages is false, then don't - // load all the available packages from packages.manifest if none were - // found/specified. + // If ignore_packages is true then ignore packages in which case the + // resulting vector will be empty. Otherwise, if load_packages is false, + // then don't load all the available packages from packages.manifest if none + // were found/specified. // // Note that if the package directory is the same as project, then the // package path will be empty (and not ./). -- cgit v1.1