Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2019-03-11 17:57:19 +0300
committerMatt Martz <matt@sivel.net>2019-03-11 17:57:19 +0300
commit3109fcf407a948f1a867da122267cfe9ece7150f (patch)
tree9bc0509cb16b74edc3293653cae8cd6f5fa3a49a
parent69ddff1a11331d20ba5877abe6491082e90e1726 (diff)
Update usage
-rw-r--r--README.rst18
-rw-r--r--speedtest-cli.15
2 files changed, 15 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index e7af2b7..7a98f31 100644
--- a/README.rst
+++ b/README.rst
@@ -75,21 +75,23 @@ Usage
::
$ speedtest-cli -h
- usage: speedtest-cli [-h] [--no-download] [--no-upload] [--bytes] [--share]
- [--simple] [--csv] [--csv-delimiter CSV_DELIMITER]
- [--csv-header] [--json] [--list] [--server SERVER]
- [--exclude EXCLUDE] [--mini MINI] [--source SOURCE]
- [--timeout TIMEOUT] [--secure] [--no-pre-allocate]
- [--version]
-
+ usage: speedtest-cli [-h] [--no-download] [--no-upload] [--single] [--bytes]
+ [--share] [--simple] [--csv]
+ [--csv-delimiter CSV_DELIMITER] [--csv-header] [--json]
+ [--list] [--server SERVER] [--exclude EXCLUDE]
+ [--mini MINI] [--source SOURCE] [--timeout TIMEOUT]
+ [--secure] [--no-pre-allocate] [--version]
+
Command line interface for testing internet bandwidth using speedtest.net.
--------------------------------------------------------------------------
https://github.com/sivel/speedtest-cli
-
+
optional arguments:
-h, --help show this help message and exit
--no-download Do not perform download test
--no-upload Do not perform upload test
+ --single Only use a single connection instead of multiple. This
+ simulates a typical file transfer.
--bytes Display values in bytes instead of bits. Does not
affect the image generated by --share, nor output from
--json or --csv
diff --git a/speedtest-cli.1 b/speedtest-cli.1
index 87558b4..367c977 100644
--- a/speedtest-cli.1
+++ b/speedtest-cli.1
@@ -33,6 +33,11 @@ Do not perform download test
Do not perform upload test
.RE
+\fB\-\-single\fR
+.RS
+Only use a single connection instead of multiple. This simulates a typical file transfer.
+.RE
+
\fB\-\-bytes\fR
.RS
Display values in bytes instead of bits. Does not affect the image generated by \-\-share, nor output from \-\-json or \-\-csv