diff --git a/doc/03-cli.md b/doc/03-cli.md index d11265782..f56a376d9 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -968,7 +968,7 @@ performance. * **--ignore-platform-req:** ignore a specific platform requirement (`php`, `hhvm`, `lib-*` and `ext-*`) and skip the [platform check](07-runtime.md#platform-check) for it. Multiple requirements can be ignored via wildcard. -* **--strict-psr:** Return a failed status code (1) if PSR-4 or PSR-0 mapping errors +* **--strict-psr:** Return a failed exit code (1) if PSR-4 or PSR-0 mapping errors are present. Requires --optimize to work. ## clear-cache / clearcache / cc