aboutsummaryrefslogtreecommitdiff
path: root/bpkg/common.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/common.cli')
-rw-r--r--bpkg/common.cli12
1 files changed, 12 insertions, 0 deletions
diff --git a/bpkg/common.cli b/bpkg/common.cli
index 45d13d3..45d2c55 100644
--- a/bpkg/common.cli
+++ b/bpkg/common.cli
@@ -119,6 +119,18 @@ namespace bpkg
\cb{wget}, and \cb{fetch}."
}
+ size_t --fetch-timeout
+ {
+ "<sec>",
+ "The fetch program timeout. While the exact semantics of the value
+ depends on the fetch program used, at a minimum it specifies in
+ seconds the maximum time that can be spent without any network
+ activity. Specifically, it is translated to the \cb{--max-time}
+ option for \cb{curl} and to the \cb{--timeout} option for \cb{wget}
+ and \cb{fetch}. See \cb{--fetch} for more information on the fetch
+ program."
+ }
+
strings --fetch-option
{
"<opt>",