docs: Add documentation on the new -f colored option

This commit is contained in:
Adrien Vergé
2018-11-14 19:02:52 +01:00
parent 5062b91cac
commit 66adaee66c
2 changed files with 6 additions and 2 deletions

View File

@@ -102,8 +102,8 @@ Errors and warnings
-------------------
Problems detected by yamllint can be raised either as errors or as warnings.
The CLI will output them (with different colors when using the ``standard``
output format).
The CLI will output them (with different colors when using the ``colored``
output format, or ``auto`` when run from a terminal).
By default the script will exit with a return code ``1`` *only when* there is one or
more error(s).