From 8421ec88033e02f472e4961d87551a0352663a16 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 19 Jul 2020 15:19:47 -0700 Subject: [PATCH] remove cygwin compatibility --- jc/parsers/ping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jc/parsers/ping.py b/jc/parsers/ping.py index 91d8b699..f0edada4 100644 --- a/jc/parsers/ping.py +++ b/jc/parsers/ping.py @@ -6,7 +6,7 @@ Usage: Compatibility: - 'linux', 'darwin', 'cygwin', 'freebsd' + 'linux', 'darwin', 'freebsd' Examples: @@ -105,7 +105,7 @@ class info(): # details = 'enter any other details here' # compatible options: linux, darwin, cygwin, win32, aix, freebsd - compatible = ['linux', 'darwin', 'cygwin', 'freebsd'] + compatible = ['linux', 'darwin', 'freebsd'] magic_commands = ['ping', 'ping6']