diff --git a/jc/parsers/crontab.py b/jc/parsers/crontab.py index 93ebc2b8..c7410f52 100644 --- a/jc/parsers/crontab.py +++ b/jc/parsers/crontab.py @@ -6,7 +6,7 @@ Usage: Compatibility: - 'linux', 'aix', 'freebsd' + 'linux', 'darwin', 'aix', 'freebsd' Examples: @@ -139,7 +139,7 @@ class info(): # details = 'enter any other details here' # compatible options: linux, darwin, cygwin, win32, aix, freebsd - compatible = ['linux', 'aix', 'freebsd'] + compatible = ['linux', 'darwin', 'aix', 'freebsd'] def process(proc_data):