diff options
author | Alex Ameen <alex.ameen.tx@gmail.com> | 2022-04-17 18:17:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-17 18:17:37 -0500 |
commit | e5c934cd48c25eff28c956e414af9b5ff1c6523a (patch) | |
tree | d902495544f866a0df0bff68b38bef5533906727 | |
parent | 25c85f5a0e838bf34a20804e06ce7e6574bdfd74 (diff) |
doc: rephrase connect-timeout help message
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
-rw-r--r-- | src/libstore/filetransfer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/filetransfer.hh b/src/libstore/filetransfer.hh index fcdf1c9d1..40e7cf52c 100644 --- a/src/libstore/filetransfer.hh +++ b/src/libstore/filetransfer.hh @@ -31,7 +31,7 @@ struct FileTransferSettings : Config R"( The timeout (in seconds) for establishing connections in the binary cache substituter. It corresponds to `curl`’s - `--connect-timeout` option. The default 0 means no limit. + `--connect-timeout` option. A value of 0 means no limit. )"}; Setting<unsigned long> stalledDownloadTimeout{ |