docs: fix range

This is a range so there should be two dots (as in the other ranges).
This commit is contained in:
Martin Michlmayr 2020-05-25 14:37:35 +08:00 committed by Nick Craig-Wood
parent 7a5b814e59
commit f204d95a8b

View File

@ -881,7 +881,7 @@ up, up to the maximum set with `--multi-thread-streams`.
So if `--multi-thread-cutoff 250MB` and `--multi-thread-streams 4` are
in effect (the defaults):
- 0MB.250MB files will be downloaded with 1 stream
- 0MB..250MB files will be downloaded with 1 stream
- 250MB..500MB files will be downloaded with 2 streams
- 500MB..750MB files will be downloaded with 3 streams
- 750MB+ files will be downloaded with 4 streams