From c4254795de5f62b507928e6160ea8796f6f13f5e Mon Sep 17 00:00:00 2001 From: Jason McCarver Date: Tue, 28 Jul 2015 10:27:32 -0500 Subject: [PATCH] Fix unintentional change --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 17bd06e..94ab986 100644 --- a/README.rst +++ b/README.rst @@ -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. --------------------------------------------------------------------------