Fix unintentional change

This commit is contained in:
Jason McCarver 2015-07-28 10:27:32 -05:00
parent 950d195c89
commit c4254795de
1 changed files with 4 additions and 4 deletions

View File

@ -70,10 +70,10 @@ Usage
::
$ speedtest-cli -h
usage: speedtest_cli.py [-h] [--bytes] [--share] [--simple] [--list]
[--server SERVER] [--mini MINI] [--source SOURCE]
[--timeout TIMEOUT] [--secure] [--callback CALLBACK]
[--callback-help] [--version]
usage: speedtest-cli [-h] [--bytes] [--share] [--simple] [--list]
[--server SERVER] [--mini MINI] [--source SOURCE]
[--timeout TIMEOUT] [--secure] [--callback CALLBACK]
[--callback-help] [--version]
Command line interface for testing internet bandwidth using speedtest.net.
--------------------------------------------------------------------------