📖 Remove erroneous ref to CSV output (#1813)

This commit is contained in:
Arnaud J Le Hors 2022-05-09 14:15:14 +02:00 committed by GitHub
parent 5758364c82
commit 815de1819f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -384,8 +384,7 @@ For example, `--checks=CI-Tests,Code-Review`.
##### Formatting Results
There are three formats currently: `default`, `json`, and `csv`. Others may be
added in the future.
The currently supported formats are `default` (text) and `json`.
These may be specified with the `--format` flag. For example, `--format=json`.