Skip to content
Snippets Groups Projects
Commit c16ba650 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Link to the user docs in the readme.

parent feb03df3
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,14 @@ chkcrontab ...@@ -7,6 +7,14 @@ chkcrontab
Crontab linter Crontab linter
============== ==============
.. sidebar:: Output Description
:subtitle: Whatcha talkin bout Willis?
The output of ``chkcrontab`` is described on the `CheckCrontab`_
wiki page. A link to it appears in the output if there were any
warnings or errors. It also suggests ways to fix the reported
issues.
chkcrontab is a script to check crontab files like those in chkcrontab is a script to check crontab files like those in
``/etc/cron.d`` and ``/etc/crontab``. It tries to catch glaring ``/etc/cron.d`` and ``/etc/crontab``. It tries to catch glaring
errors and warn on suspect lines in a crontab file. Some valid errors and warn on suspect lines in a crontab file. Some valid
...@@ -41,7 +49,7 @@ versions whenever the tree on github is pushed to. ...@@ -41,7 +49,7 @@ versions whenever the tree on github is pushed to.
The code is available in the following locations: The code is available in the following locations:
* Bitbucket: https://bitbucket.org/lyda/chkcrontab/src * Bitbucket: https://bitbucket.org/lyda/chkcrontab/
* code.google: http://code.google.com/p/chkcrontab/ * code.google: http://code.google.com/p/chkcrontab/
* Github: https://github.com/lyda/chkcrontab * Github: https://github.com/lyda/chkcrontab
* Gitorious: https://gitorious.org/uu/chkcrontab * Gitorious: https://gitorious.org/uu/chkcrontab
...@@ -65,3 +73,4 @@ Credits ...@@ -65,3 +73,4 @@ Credits
.. _`coverage`: http://pypi.python.org/pypi/coverage .. _`coverage`: http://pypi.python.org/pypi/coverage
.. _`Travis`: http://travis-ci.org/#!/lyda/chkcrontab .. _`Travis`: http://travis-ci.org/#!/lyda/chkcrontab
.. _`Kevin Lyda`: https://github.com/lyda .. _`Kevin Lyda`: https://github.com/lyda
.. _`CheckCrontab`: http://goo.gl/7XS9q
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment