diff --git a/cli-api-reference.md b/cli-api-reference.md index 06e43db..4cddd45 100644 --- a/cli-api-reference.md +++ b/cli-api-reference.md @@ -95,7 +95,7 @@ In the preceding chapters of the Pest documentation, we have covered numerous CL ## Code Coverage - `--coverage`: Generate code coverage report and output to standard output. -- `--coverage --min`: Set the minimum required coverage percentage, and fail if not met. +- `--coverage --min=`: Set the minimum required coverage percentage, and fail if not met. - `--coverage-crap4j `: Write code coverage report in Crap4J XML format to file. - `--coverage-html `: Write code coverage report in HTML format to directory. - `--coverage-php `: Write serialized code coverage data to file.