From 5a8bc87a5b355a1b9df503ef5dc48f8374fffae3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 May 2018 14:31:58 +0200 Subject: Proofreading changes --- bdep/new.cli | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'bdep/new.cli') diff --git a/bdep/new.cli b/bdep/new.cli index c46f57d..3e037e1 100644 --- a/bdep/new.cli +++ b/bdep/new.cli @@ -37,21 +37,21 @@ namespace bdep The \cb{new} command creates and initializes a new \cb{build2} project. All three forms first create according to a new \cb{build2} project called in the subdirectory of the current working - directory (unless overriden with \c{\b{--directory}|\b{-d}}). + directory (unless overridden with \c{\b{--directory}|\b{-d}}). The first form then, unless the \cb{--no-init} option is specified, initializes an empty project database as if by executing the \l{bdep-init(1)} command with the \cb{--empty} option. Similarly, the second and third forms add an existing or create new build configuration - and then initialize the project in that configuraton as if by executing + and then initialize the project in that configuration as if by executing the \l{bdep-init(1)} command with the \cb{--config-add} or \cb{--config-create} option, respectively. The project parameters such as type (executable, library, etc), language, and version control system can be customized as described next. Some of - the parameters also support parameter-specific options (such as the file - extensions to use in a C++ project) that can be specified after the - parameter value. + these parameters also support parameter-specific options (such as the + file extensions to use in a C++ project) that can be specified with a + comma after the parameter value. The project type can be specified with the \c{\b{--type}|\b{-t}} option. Valid values for this option and their semantics are described next. If @@ -192,15 +192,15 @@ namespace bdep cmd_new_lang --lang|-l { "[,...]", - "Specify language type and options. Valid values for are \cb{c} + "Specify project language and options. Valid values for are \cb{c} and \cb{c++} (default). Valid values for are language-specific." } cmd_new_vcs --vcs|-s { "[,...]", - "Specify version control system and options. Valid values for are - \cb{git} (default) and \cb{none}. Valid values for are + "Specify project version control system and options. Valid values for + are \cb{git} (default) and \cb{none}. Valid values for are system-specific." } -- cgit v1.1