From a0bac1fa21db15d1670e0159815586688d39ca06 Mon Sep 17 00:00:00 2001
From: Barry Carey <mcarey66@gmail.com>
Date: Sat, 26 Jan 2019 13:50:32 -0500
Subject: [PATCH] Updated docs

---
 README.md | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 52e9765..479557e 100644
--- a/README.md
+++ b/README.md
@@ -5,18 +5,12 @@
 
 This tool is a wrapper for speedtest-cli which allows you to run periodic speedtets and save the results to Influxdb 
 
-## Command Line Args
---config whatever.ini - Use a different ini file
-
---singlerun - Run once and exit
-
 ## Configuration within config.ini
 
 #### GENERAL
 |Key            |Description                                                                                                         |
 |:--------------|:-------------------------------------------------------------------------------------------------------------------|
 |Delay          |Delay between runs                                                                                                  |
-|Output         |Write console output while tool is running                                                                          |
 #### INFLUXDB
 |Key            |Description                                                                                                         |
 |:--------------|:-------------------------------------------------------------------------------------------------------------------|
@@ -28,7 +22,7 @@ This tool is a wrapper for speedtest-cli which allows you to run periodic speedt
 #### SPEEDTEST
 |Key            |Description                                                                                                         |
 |:--------------|:-------------------------------------------------------------------------------------------------------------------|
-|Server         |Server ID of speedtest.net server.  Leave blank for auto                                                            |
+|Server         |Comma sperated list of servers.  Leave blank for auto                                                            |
 
 
 
@@ -37,8 +31,7 @@ This tool is a wrapper for speedtest-cli which allows you to run periodic speedt
 Before the first use run pip3 install -r requirements.txt
 
 Enter your desired information in config.ini and run InfluxdbSpeedtest.py
-
-Optionally, you can specify the --config argument to load the config file from a different location.  
+  
 
 
 ***Requirements***
-- 
GitLab