Update usage

This commit is contained in:
Matt Martz 2019-03-11 09:57:19 -05:00
parent 69ddff1a11
commit 3109fcf407
2 changed files with 15 additions and 8 deletions

View File

@ -75,21 +75,23 @@ Usage
:: ::
$ speedtest-cli -h $ speedtest-cli -h
usage: speedtest-cli [-h] [--no-download] [--no-upload] [--bytes] [--share] usage: speedtest-cli [-h] [--no-download] [--no-upload] [--single] [--bytes]
[--simple] [--csv] [--csv-delimiter CSV_DELIMITER] [--share] [--simple] [--csv]
[--csv-header] [--json] [--list] [--server SERVER] [--csv-delimiter CSV_DELIMITER] [--csv-header] [--json]
[--exclude EXCLUDE] [--mini MINI] [--source SOURCE] [--list] [--server SERVER] [--exclude EXCLUDE]
[--timeout TIMEOUT] [--secure] [--no-pre-allocate] [--mini MINI] [--source SOURCE] [--timeout TIMEOUT]
[--version] [--secure] [--no-pre-allocate] [--version]
Command line interface for testing internet bandwidth using speedtest.net. Command line interface for testing internet bandwidth using speedtest.net.
-------------------------------------------------------------------------- --------------------------------------------------------------------------
https://github.com/sivel/speedtest-cli https://github.com/sivel/speedtest-cli
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
--no-download Do not perform download test --no-download Do not perform download test
--no-upload Do not perform upload 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 --bytes Display values in bytes instead of bits. Does not
affect the image generated by --share, nor output from affect the image generated by --share, nor output from
--json or --csv --json or --csv

View File

@ -33,6 +33,11 @@ Do not perform download test
Do not perform upload test Do not perform upload test
.RE .RE
\fB\-\-single\fR
.RS
Only use a single connection instead of multiple. This simulates a typical file transfer.
.RE
\fB\-\-bytes\fR \fB\-\-bytes\fR
.RS .RS
Display values in bytes instead of bits. Does not affect the image generated by \-\-share, nor output from \-\-json or \-\-csv Display values in bytes instead of bits. Does not affect the image generated by \-\-share, nor output from \-\-json or \-\-csv