From 0408443fb6c9e65f702b864d808254dd9bfaa073 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 30 Jan 2013 12:28:43 -0600 Subject: [PATCH] Update the README with usage --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 38fda19..fa793c7 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,16 @@ speedtest-cli-3 is written for use with Python 3 ## Usage $ speedtest-cli -h - usage: speedtest-cli [-h] [--share] [--simple] + usage: speedtest-cli [-h] [--share] [--simple] [--list] [--server SERVER] 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 \ No newline at end of file + -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 + --list Display a list of speedtest.net servers sorted by distance + --server SERVER Specify a server ID to test against \ No newline at end of file