summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2023-04-17 15:39:04 +0300
committerTimo Teräs <timo.teras@iki.fi>2023-05-02 13:20:12 +0300
commit71ea076197410f7f1043762931b67338055a139e (patch)
tree4101290b7aab166aa59983b2bd4b60877a495136 /doc
parent06fef8ad8a936269a1868cbe1421ac72797f9a3e (diff)
downloadapk-tools-71ea076197410f7f1043762931b67338055a139e.tar.gz
apk-tools-71ea076197410f7f1043762931b67338055a139e.tar.bz2
apk-tools-71ea076197410f7f1043762931b67338055a139e.tar.xz
apk-tools-71ea076197410f7f1043762931b67338055a139e.zip
fetch: enable --timeout to set network progress timeout
implement it also for connecting to hosts fixes #10869
Diffstat (limited to 'doc')
-rw-r--r--doc/apk.8.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/apk.8.scd b/doc/apk.8.scd
index aa4b60c..75ef3ac 100644
--- a/doc/apk.8.scd
+++ b/doc/apk.8.scd
@@ -175,6 +175,10 @@ The following options are available for all commands.
processing. The given _REPOFILE_ is relative to the startup directory since
apk 2.12.0_rc2.
+*--timeout* _TIME_
+ Timeout network connections if no progress is made in TIME seconds.
+ The default is 60 seconds.
+
*--wait* _TIME_
Wait for TIME seconds to get an exclusive repository lock before
failing.