Add usage to readme
This commit is contained in:
parent
54505e6edd
commit
824ec51280
17
README.md
17
README.md
|
@ -6,4 +6,19 @@ Command line interface for testing internet bandwidth using speedtest.net
|
|||
|
||||
speedtest-cli is written for use with Python 2.4-2.7
|
||||
|
||||
speedtest-cli-3 is written for use with Python 3
|
||||
speedtest-cli-3 is written for use with Python 3
|
||||
|
||||
## Usage
|
||||
|
||||
$ speedtest-cli -h
|
||||
usage: speedtest-cli [-h] [--share] [--simple]
|
||||
|
||||
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
|
||||
--share Generate and provide a URL to the speedtest.net share results
|
||||
image
|
||||
--simple Suppress verbose output, only show basic information
|
Loading…
Reference in New Issue