From 3151c3dd1ac60ab767e430ad93d646fce0f73bf0 Mon Sep 17 00:00:00 2001 From: Adam Fields Date: Fri, 13 Sep 2013 14:41:23 -0400 Subject: [PATCH] updated readme to add json flag Signed-off-by: Adam Fields --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa793c7..3011db6 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,5 @@ speedtest-cli-3 is written for use with Python 3 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 + --server SERVER Specify a server ID to test against + --json Get results in json format with no status output (python 2.x only) \ No newline at end of file