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:
authorJonathan Carter <jocarter@linux.com>2014-02-11 00:24:43 +0400
committerJonathan Carter <jocarter@linux.com>2014-02-11 00:24:43 +0400
commit8a047be93f9f7a87927178fc2084744f58ec6ade (patch)
tree02bde0dd11fcf884170a6eb4613f3e46c7aee79c /speedtest-cli.1
parent724563049c7958966b88176fd6565f398e2a84b9 (diff)
Properly escape minus signs so that they don't become hyphens
Diffstat (limited to 'speedtest-cli.1')
-rw-r--r--speedtest-cli.132
1 files changed, 16 insertions, 16 deletions
diff --git a/speedtest-cli.1 b/speedtest-cli.1
index f28b6e5..c7853b5 100644
--- a/speedtest-cli.1
+++ b/speedtest-cli.1
@@ -1,8 +1,8 @@
.TH "speedtest-cli" 1 "2014-01-26" "speedtest-cli"
.SH NAME
-speedtest-cli \- Test your bandwidth througput using speedtest.net
+speedtest\-cli \- Test your bandwidth througput using speedtest.net
.SH SYNOPSIS
-.B speedtest-cli
+.B speedtest\-cli
[OPTION]...
.SH DESCRIPTION
Speedtest.net is a web service for testing your broadband connection by downloading a file
@@ -12,48 +12,48 @@ from the command line.
Speedtest mini is a version of the Speedtest.net server that you can host locally.
.SH OPTIONS
-Usage: speedtest-cli [OPTION...]
+Usage: speedtest\-cli [OPTION...]
.B Help Options
-\fB\-h, --help\fR
+\fB\-h, \-\-help\fR
.RS
Displays usage for the tool.
.RE
.B Options
-\fB--share\fR
+\fB\-\-share\fR
.RS
Generate and provide a URL to the speedtest.net share results image
.RE
-\fB--simple\fR
+\fB\-\-simple\fR
.RS
Suppress verbose output, only show basic information
.RE
-\fB--list\fR
+\fB\-\-list\fR
.RS
Display a list of speedtest.net servers sorted by distance
.RE
-\fB--server SERVER\fR
+\fB\-\-server SERVER\fR
.RS
Specify a server ID to test against
.RE
-\fB--mini MINI\fR
+\fB\-\-mini MINI\fR
.RS
URL of the Speedtest Mini server
.RE
-\fB--source SOURCE\fR
+\fB\-\-source SOURCE\fR
.RS
Source IP address to bind to
.RE
-\fB--version\fR
+\fB\-\-version\fR
.RS
Show the version number and exit
.RE
@@ -62,22 +62,22 @@ Show the version number and exit
\fBAutomatically find closest server and start testing\fR
.RS
-speedtest-cli
+speedtest\-cli
.RE
\fBSpecify testing against server 1491\fR
.RS
-speedtest-cli --server 1491
+speedtest-cli \-\-server 1491
.RE
\fBTesting against Speedtest Mini\fR
.RS
-speedtest-cli --mini 172.18.66.1
+speedtest-cli \-\-mini 172.18.66.1
.RE
.SH REPORTING BUGS
-Please file issues on the Github bug tracker: https://github.com/sivel/speedtest-cli
+Please file issues on the Github bug tracker: https://github.com/sivel/speedtest\-cli
.SH AUTHORS
This manual page was written by Jonathan Carter <jonathan@ubuntu.com>
-Speedtest-cli was written by Matt Martz <matt@sivel.net>
+Speedtest\-cli was written by Matt Martz <matt@sivel.net>