aboutsummaryrefslogtreecommitdiff
path: root/bpkg/common.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-11-07 21:25:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-11-08 16:36:27 +0300
commitcc66b4c93bea20220de9ebd4a0b3f686da1d0453 (patch)
tree7abc36a4236b410cd2a9ee350b52fef84ae7c35b /bpkg/common.cli
parentdfabdad54e9a2fc15e37d0b407448390ea701f09 (diff)
Add support for ssh:// git protocol
Diffstat (limited to 'bpkg/common.cli')
-rw-r--r--bpkg/common.cli4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/common.cli b/bpkg/common.cli
index a8c363e..646cb2b 100644
--- a/bpkg/common.cli
+++ b/bpkg/common.cli
@@ -140,8 +140,8 @@ namespace bpkg
\cb{curl} and to the \cb{--timeout} option for \cb{wget} and
\cb{fetch}. For \cb{git} over HTTP/HTTPS this semantics is achieved
using the \cb{http.lowSpeedLimit}=\i{1} \cb{http.lowSpeedTime}=\i{sec}
- configuration values (the \cb{git://} protocol currently does not
- support timeouts).
+ configuration values (the \cb{git://} and \cb{ssh://} protocols
+ currently do not support timeouts).
See \cb{--fetch} and \cb{--git} for more information on the fetch
programs."