aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-add.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-11-14 16:12:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-11-16 14:43:20 +0300
commit5d69b98c5d62b05d1d6d6fd24aeac468af509365 (patch)
treea7d24e3b785e266fece5ff1fa66e691a4846ca75 /bpkg/rep-add.cli
parentdfd879004b1a66ff197c4d41d9fb2e0839781a38 (diff)
Add support for repository typed URLs (git+https://..., etc)
Diffstat (limited to 'bpkg/rep-add.cli')
-rw-r--r--bpkg/rep-add.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/rep-add.cli b/bpkg/rep-add.cli
index 481b30a..9605ac7 100644
--- a/bpkg/rep-add.cli
+++ b/bpkg/rep-add.cli
@@ -40,9 +40,9 @@ namespace bpkg
case of a local repository, its content (for example, the presence of the
\cb{.git/} subdirectory). Without any identifying information the
\cb{pkg} type is assumed unless explicitly specified with the \cb{--type}
- option. Note, however, that the \cb{dir} repository type is never guessed
- since it is not easily distinguishable from local \cb{pkg} and \cb{git}
- repositories.
+ option or in the URL scheme. Note, however, that the \cb{dir} repository
+ type is never guessed since it is not easily distinguishable from local
+ \cb{pkg} and \cb{git} repositories.
"
}