aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-06 23:52:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-08 13:35:44 +0300
commit7e4b2dcd0e5ddd37276879e699fd84059183f5e2 (patch)
treec6edcaf646a28f7a993b348401c2f330d99cba10 /bpkg/bpkg.cli
parentccd8c8dadfcfd9181772b3061e7b075d88942505 (diff)
Add support for dir repository
Diffstat (limited to 'bpkg/bpkg.cli')
-rw-r--r--bpkg/bpkg.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/bpkg.cli b/bpkg/bpkg.cli
index c19138b..1e3697c 100644
--- a/bpkg/bpkg.cli
+++ b/bpkg/bpkg.cli
@@ -57,9 +57,9 @@ namespace bpkg
archives from repositories.
A \i{bpkg repository} is a collection of packages as well as prerequisite
- and complement repositories. Both \i{archive} and \i{version
- control}-based repository types are supported. A repository is identified
- by its location which can be a local filesystem path or a URL.
+ and complement repositories. \i{Archive}, \i{directory} and \i{version
+ control}-based repositories are supported. A repository is identified by
+ its location which can be a local filesystem path or a URL.
A typical \cb{bpkg} workflow would consist of the following steps.