From e86a92fbcab8900153f35759fa25b511fa88bc00 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Fri, 22 Mar 2019 01:53:58 +0200 Subject: [PATCH] doc fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b019af..220f870 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ positional arguments: optional arguments: -h, --help show this help message and exit -w TIMEOUT timeout in milliseconds to wait for each reply (default: 1000) - -l SIZE timeout in seconds to wait for each reply (default: 32) + -l SIZE number of data bytes to be sent (default: 32) -t ping the specified host until stopped (default: False) -n COUNT number of echo requests to send (default: 4) -4 force using IPv4 (default: False) @@ -82,5 +82,5 @@ For example of working ping utility see [winping/\_\_main\_\_.py](winping/__main ## Limitations -* Works only on Windows XP and newer. +* Works only on Windows XP / Windows Server 2003 and newer. * No asyncio support at this moment, but you may run ping in thread executor.