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'