tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit 8eab7da476380610f604ecbaed7e6117ad448df6
parent 94a3ed47aca0c1b9deac4444312af507bfd8c114
Author: mtmn <miro@haravara.org>
Date:   Mon, 15 Jun 2026 11:49:24 +0200

speediness: fix readme

Diffstat:
Mspeediness/README.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/speediness/README.md b/speediness/README.md @@ -26,8 +26,8 @@ speediness --download-url <url> --upload-url <url> --upload-mb <n> | Option | Description | Default | | ---------------- | --------------------- | ---------------------------------------- | | `--download-url` | URL to download from | `https://proof.ovh.net/files/100Mb.dat` | -| `--upload-url` | URL to upload to | `https://speed.cloudflare.com/__up` | -| `--upload-mb` | Megabytes to upload | `100` | +| `--upload-url` | URL to upload to | `https://speed.cloudflare.com/__up` | +| `--upload-mb` | Megabytes to upload | `100` | | `--both` | Run both tests | | | `--download-only` | Run the download test only | | | `--upload-only` | Run the upload test only | |