diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 15:38:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 15:38:00 +0300 |
commit | 9b20eba898be7c26d240fbaf51993cf63e3218e4 (patch) | |
tree | d5cb09e1fdfd276b675e38b13d20f0bb1a4342ff | |
parent | c9be1347aed9bca396606d8f0c93bedc4f4706a8 (diff) |
Fix typos in new.cli
-rw-r--r-- | bdep/new.cli | 6 |
1 files 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 <spec> a temporary project called <name> 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, |