diff options
-rw-r--r-- | bdep/bdep.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bdep/bdep.cli b/bdep/bdep.cli index d13a22d..055d4bc 100644 --- a/bdep/bdep.cli +++ b/bdep/bdep.cli @@ -124,9 +124,9 @@ namespace bdep \i{backing} for building project packages and their dependencies. The list of the associated build configuration as well as the list of - project packages initialized in each such configuration are stored in - the \cb{bdep} \i{project database} under the \cb{.bdep/} subdirectory - of the project root directory. For example: + project packages initialized in each configuration are stored in the + \cb{bdep} \i{project database} under the \cb{.bdep/} subdirectory of the + project root directory. For example: \ hello-gcc/ # Build configuration for gcc. |