diff --git a/website/docs/api/cli.md b/website/docs/api/cli.md index a9d1a21b5..2795874f0 100644 --- a/website/docs/api/cli.md +++ b/website/docs/api/cli.md @@ -189,7 +189,7 @@ using the [`package`](/api/cli#package) command. -As of spaCy 2.1, the `--no-tagger`, `--no-parser` and `--no-parser` flags have +As of spaCy 2.1, the `--no-tagger`, `--no-parser` and `--no-entities` flags have been replaced by a `--pipeline` option, which lets you define comma-separated names of pipeline components to train. For example, `--pipeline tagger,parser` will only train the tagger and parser.