diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-16 23:12:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-16 23:12:00 +0300 |
commit | c70cc15b6ebe49150661e025855dc22ceb235905 (patch) | |
tree | eb29ed4c83a077278734e5600fa4da76e252eff9 | |
parent | 55682e23af7465af48db404985db860f0f95953a (diff) |
Fix typo in bdep.cli
-rw-r--r-- | bdep/bdep.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/bdep.cli b/bdep/bdep.cli index 9be4561..6d6eb04 100644 --- a/bdep/bdep.cli +++ b/bdep/bdep.cli @@ -335,7 +335,7 @@ namespace bdep <...> \ - It is also possible for several projects to shared a build + It is also possible for several projects to share a build configuration. In this case all the projects are synchronized at once regardless of the originating project. For example, if we were also the authors of \cb{libhello} and hosted it in a separate version @@ -355,7 +355,7 @@ namespace bdep The \l{bdep-sync(1)} command is also used to upgrade or downgrade dependencies (and it is also executed as the last step of \cb{init}). - Let's say we learned a new version of \cb{libhello} was release and + Let's say we learned a new version of \cb{libhello} was released and we would like to try it out. To refresh the list of available dependency packages we use the |