From 5d69b98c5d62b05d1d6d6fd24aeac468af509365 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Nov 2018 16:12:25 +0300 Subject: Add support for repository typed URLs (git+https://..., etc) --- bpkg/rep-add.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/rep-add.cli') 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. " } -- cgit v1.1