From 7b53715b91787a8885d61ddc0079c7ee8f9348a8 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 5 Feb 2020 11:08:58 -0800 Subject: [PATCH] change description --- jc/parsers/crontab_u.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/crontab_u.py b/jc/parsers/crontab_u.py index 98e3e99b..f5c83eff 100644 --- a/jc/parsers/crontab_u.py +++ b/jc/parsers/crontab_u.py @@ -134,7 +134,7 @@ import jc.parsers.universal class info(): version = '1.0' - description = 'crontab with user file parser' + description = 'crontab file parser with user support' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here'