1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

remove cygwin compatibility

This commit is contained in:
Kelly Brazil
2020-07-19 15:19:47 -07:00
parent 74211eb012
commit 8421ec8803

View File

@ -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']