From 8af2b27592e60a2001444117e1d8097ef1833745 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Wed, 4 Jan 2017 17:38:11 +0000 Subject: [PATCH] Language cleanup. --- chkcrontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chkcrontab b/chkcrontab index 47258b4..3ad4291 100755 --- a/chkcrontab +++ b/chkcrontab @@ -41,7 +41,7 @@ def main(argv): parser = ArgumentParser( description='Parse crontab files; check for potential syntax errors.', version=__version__) - parser.add_argument('crontab', help='the crontab file to parse') + parser.add_argument('crontab', help='crontab file to parse') parser.add_argument('-w', '--whitelist', action='append', dest='whitelisted_users', help='user to ignore when warning of unrecognized users; may be passed multiple times', -- GitLab