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

remove cygwin from compatible

This commit is contained in:
Kelly Brazil
2022-02-01 16:42:51 -08:00
parent ca654b2140
commit 0700dc7a64

View File

@ -144,7 +144,7 @@ class info():
description = '`rsync` command parser' description = '`rsync` command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
compatible = ['linux', 'darwin', 'cygwin', 'freebsd'] compatible = ['linux', 'darwin', 'freebsd']
magic_commands = ['rsync -i', 'rsync --itemize-changes'] magic_commands = ['rsync -i', 'rsync --itemize-changes']