Commit 8af2b275 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Language cleanup.

parent 2b25a8e7
...@@ -41,7 +41,7 @@ def main(argv): ...@@ -41,7 +41,7 @@ def main(argv):
parser = ArgumentParser( parser = ArgumentParser(
description='Parse crontab files; check for potential syntax errors.', description='Parse crontab files; check for potential syntax errors.',
version=__version__) 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', parser.add_argument('-w', '--whitelist', action='append',
dest='whitelisted_users', dest='whitelisted_users',
help='user to ignore when warning of unrecognized users; may be passed multiple times', help='user to ignore when warning of unrecognized users; may be passed multiple times',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment