From 9ca9c3bbfc98b8f52e109004d9597690a7be2ce5 Mon Sep 17 00:00:00 2001 From: "Brennan W. Fieck" Date: Wed, 30 May 2018 09:23:43 -0600 Subject: [PATCH] Fixed bad spacing --- README.md | 2 ++ README.rst | 16 +++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bdd5c17..5a66058 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) Checks a machines connection to a specific host or list of hosts in terms of packet loss, icmp latency, routing, and anything else that winds up getting added. + *Note: Does not recognize duplicate hosts passed on `argv` and will test each as though unique.* + *Note: Under normal execution conditions, requires super-user privileges to run.* ## Dependencies diff --git a/README.rst b/README.rst index 382cb41..6be76cb 100644 --- a/README.rst +++ b/README.rst @@ -3,13 +3,15 @@ connvitals |License| -| Checks a machines connection to a specific host or list of hosts in - terms of packet loss, icmp latency, routing, and anything else that - winds up getting added. -| *Note: Does not recognize duplicate hosts passed on ``argv`` and will - test each as though unique.* -| *Note: Under normal execution conditions, requires super-user - privileges to run.* +Checks a machines connection to a specific host or list of hosts in +terms of packet loss, icmp latency, routing, and anything else that +winds up getting added. + +*Note: Does not recognize duplicate hosts passed on ``argv`` and will +test each as though unique.* + +*Note: Under normal execution conditions, requires super-user privileges +to run.* Dependencies ------------