Skip to content

Commit 4f4c1dd

Browse files
committed
Update man page
1 parent 2c847a1 commit 4f4c1dd

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

Diff for: speedtest-cli.1

+26-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "speedtest-cli" 1 "2014-04-23" "speedtest-cli"
1+
.TH "speedtest-cli" 1 "2018-01-05" "speedtest-cli"
22
.SH NAME
33
speedtest\-cli \- Command line interface for testing internet bandwidth using speedtest.net
44
.SH SYNOPSIS
@@ -23,14 +23,24 @@ Displays usage for the tool.
2323

2424
.B Options
2525

26+
\fB\-\-no\-download\fR
27+
.RS
28+
Do not perform download test
29+
.RE
30+
31+
\fB\-\-no\-upload\fR
32+
.RS
33+
Do not perform upload test
34+
.RE
35+
2636
\fB\-\-bytes\fR
2737
.RS
28-
Display values in bytes instead of bits. Does not affect the image generated by \-\-share
38+
Display values in bytes instead of bits. Does not affect the image generated by \-\-share, nor output from \-\-json or \-\-csv
2939
.RE
3040

3141
\fB\-\-share\fR
3242
.RS
33-
Generate and provide a URL to the speedtest.net share results image
43+
Generate and provide a URL to the speedtest.net share results image, not displayed with \-\-csv
3444
.RE
3545

3646
\fB\-\-simple\fR
@@ -43,12 +53,12 @@ Suppress verbose output, only show basic information
4353
Suppress verbose output, only show basic information in CSV format. Speeds listed in bit/s and not affected by \-\-bytes
4454
.RE
4555

46-
\fB\-\-csv-delimiter CSV_DELIMITER\fR
56+
\fB\-\-csv\-delimiter CSV_DELIMITER\fR
4757
.RS
4858
Single character delimiter to use in CSV output. Default ","
4959
.RE
5060

51-
\fB\-\-csv-header\fR
61+
\fB\-\-csv\-header\fR
5262
.RS
5363
Print CSV headers
5464
.RE
@@ -65,7 +75,12 @@ Display a list of speedtest.net servers sorted by distance
6575

6676
\fB\-\-server SERVER\fR
6777
.RS
68-
Specify a server ID to test against
78+
Specify a server ID to test against. Can be supplied multiple times
79+
.RE
80+
81+
\fB\-\-exclude EXCLUDE\fR
82+
.RS
83+
Exclude a server from selection. Can be supplied multiple times
6984
.RE
7085

7186
\fB\-\-mini MINI\fR
@@ -88,6 +103,11 @@ HTTP timeout in seconds. Default 10
88103
Use HTTPS instead of HTTP when communicating with speedtest.net operated servers
89104
.RE
90105

106+
\fB\-\-no\-pre\-allocate\fR
107+
.RS
108+
Do not pre allocate upload data. Pre allocation is enabled by default to improve upload performance. To support systems with insufficient memory, use this option to avoid a MemoryError
109+
.RE
110+
91111
\fB\-\-version\fR
92112
.RS
93113
Show the version number and exit

0 commit comments

Comments
 (0)