File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -75,21 +75,23 @@ Usage
75
75
::
76
76
77
77
$ speedtest-cli -h
78
- usage: speedtest-cli [-h] [--no-download] [--no-upload] [--bytes ] [--share ]
79
- [--simple ] [--csv ] [--csv-delimiter CSV_DELIMITER ]
80
- [--csv-header] [--json ] [--list ] [--server SERVER ]
81
- [--exclude EXCLUDE ] [--mini MINI ] [--source SOURCE ]
82
- [--timeout TIMEOUT ] [--secure ] [--no-pre-allocate ]
83
- [--version]
84
-
78
+ usage: speedtest-cli [-h] [--no-download] [--no-upload] [--single ] [--bytes ]
79
+ [--share ] [--simple ] [--csv]
80
+ [--csv-delimiter CSV_DELIMITER ] [--csv-header ] [--json ]
81
+ [--list ] [--server SERVER ] [--exclude EXCLUDE ]
82
+ [--mini MINI ] [--source SOURCE ] [--timeout TIMEOUT ]
83
+ [--secure] [--no-pre-allocate] [-- version]
84
+
85
85
Command line interface for testing internet bandwidth using speedtest.net.
86
86
--------------------------------------------------------------------------
87
87
https://github.com/sivel/speedtest-cli
88
-
88
+
89
89
optional arguments:
90
90
-h, --help show this help message and exit
91
91
--no-download Do not perform download test
92
92
--no-upload Do not perform upload test
93
+ --single Only use a single connection instead of multiple. This
94
+ simulates a typical file transfer.
93
95
--bytes Display values in bytes instead of bits. Does not
94
96
affect the image generated by --share, nor output from
95
97
--json or --csv
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ Do not perform download test
33
33
Do not perform upload test
34
34
.RE
35
35
36
+ \fB \-\- single \fR
37
+ .RS
38
+ Only use a single connection instead of multiple. This simulates a typical file transfer.
39
+ .RE
40
+
36
41
\fB \-\- bytes \fR
37
42
.RS
38
43
Display values in bytes instead of bits. Does not affect the image generated by \-\- share, nor output from \-\- json or \-\- csv
You can’t perform that action at this time.
0 commit comments