aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-28 10:55:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-28 10:55:17 +0200
commit213f50f8dbc13f541780bad8506413aa54839fda (patch)
treef7fb6f0c29e976608d243a22a428fc9ac34dce23
parentafa61b3acb7eac30c744a2be23649d51613933d2 (diff)
Fix typo in documentation
-rw-r--r--bdep/fetch.cli2
-rw-r--r--bdep/init.cli2
-rw-r--r--bdep/status.cli2
-rw-r--r--bdep/sync.cli2
4 files changed, 4 insertions, 4 deletions
diff --git a/bdep/fetch.cli b/bdep/fetch.cli
index 04169b3..48c7c38 100644
--- a/bdep/fetch.cli
+++ b/bdep/fetch.cli
@@ -27,7 +27,7 @@ namespace bdep
The \cb{fetch} command fetches the list of packages available in the
project's repositories in one or more build configurations. If no project
or package directory is specified, then the current working directory is
- assumed. If no configuration is specified, the the default configuration
+ assumed. If no configuration is specified, then the default configuration
is assumed. See \l{bdep-projects-configs(1)} for details on specifying
projects and configurations.
diff --git a/bdep/init.cli b/bdep/init.cli
index 91ff2c6..c72e4c3 100644
--- a/bdep/init.cli
+++ b/bdep/init.cli
@@ -40,7 +40,7 @@ namespace bdep
its available packages, in one or more build configurations (<cfg-spec>)
that have already been associated with the project (\l{bdep-config(1)}).
If no project directory is specified, then the current working directory
- is assumed. If no configuration is specified, the the default
+ is assumed. If no configuration is specified, then the default
configuration is assumed. See \l{bdep-projects-configs(1)} for details on
specifying projects and configurations. Optional <pkg-args> are the
additional arguments to the underlying \l{bpkg-pkg-build(1)} command.
diff --git a/bdep/status.cli b/bdep/status.cli
index c37a85c..4b4b643 100644
--- a/bdep/status.cli
+++ b/bdep/status.cli
@@ -31,7 +31,7 @@ namespace bdep
The \cb{status} command prints the status of project packages and/or
their dependencies in one or more build configurations. If no project or
package directory is specified, then the current working directory is
- assumed. If no configuration is specified, the the default configuration
+ assumed. If no configuration is specified, then the default configuration
is assumed. See \l{bdep-projects-configs(1)} for details on specifying
projects and configurations.
diff --git a/bdep/sync.cli b/bdep/sync.cli
index d65a2e7..4fd5cb8 100644
--- a/bdep/sync.cli
+++ b/bdep/sync.cli
@@ -38,7 +38,7 @@ namespace bdep
iteration, adjusts their dependencies according to the latest manifest
information, and updates the lockfile. If no project or package directory
is specified, then the current working directory is assumed. If no
- configuration is specified, the the default configuration is assumed. See
+ configuration is specified, then the default configuration is assumed. See
\l{bdep-projects-configs(1)} for details on specifying projects and
configurations.