From 9b20eba898be7c26d240fbaf51993cf63e3218e4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 8 Mar 2019 15:38:00 +0300 Subject: Fix typos in new.cli --- bdep/new.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bdep/new.cli b/bdep/new.cli index 1e25a52..f93f6f3 100644 --- a/bdep/new.cli +++ b/bdep/new.cli @@ -81,8 +81,8 @@ namespace bdep $ bdep init -C @gcc cc config.cxx=g++ \ - After executing these commands the \c{hello} project will contains - two packages, \c{libhello} and \c{hello}. + After executing these commands the \c{hello} project will contain two + packages, \c{libhello} and \c{hello}. The \cb{--subdirectory} form operates \i{as-if} by first creating according to a temporary project called and then copying @@ -102,7 +102,7 @@ namespace bdep $ bdep init -C @gcc cc config.cxx=g++ \ - After executing these commands the \c{hello} project will contains two + After executing these commands the \c{hello} project will contain two source subdirectories, \c{libhello/} and \c{hello/}. The project parameters such as type (executable, library, etc), language, -- cgit v1.1