From fca445d12e8d67ec960add4cbf202f189a48e9b3 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Fri, 26 Feb 2021 05:39:06 -0500 Subject: [PATCH] speedtest-cli: update grammar, links, and token syntax (#5284) --- pages/common/speedtest-cli.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/common/speedtest-cli.md b/pages/common/speedtest-cli.md index 5ffe08dc13..9d61573fc0 100644 --- a/pages/common/speedtest-cli.md +++ b/pages/common/speedtest-cli.md @@ -1,32 +1,32 @@ # speedtest-cli -> Command line interface for testing internet bandwidth using speedtest.net. +> Command line interface for testing internet bandwidth using https://speedtest.net. > More information: . - Run a speed test: `speedtest-cli` -- Run without performing download tests: +- Run a speed test without performing download tests: `speedtest-cli --no-download` -- Run a speed test and generate a shareable result picture: +- Run a speed test and generate an image of the results (useful for sharing): `speedtest-cli --share` -- Print a list of all speedtest.net servers, sorted by distance, to file: - -`speedtest-cli --list > speedtest_servers.txt` - - Run a speed test to the given speedtest.net server id: `speedtest-cli --server {{server_id}}` -- Display results in CSV format, suppressing the progress information: +- Save a list of all speedtest.net servers, sorted by distance: + +`speedtest-cli --list > {{speedtest_servers.txt}}` + +- Display results as CSV (suppressing progress information): `speedtest-cli --csv --csv-delimiter {{delimiter_char}}` -- Display results in JSON format, suppressing the progress information: +- Display results as JSON (suppressing progress information): `speedtest-cli --json`