diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index 08c422a17..0c982f389 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -250,7 +250,7 @@ $ python -m spacy init labels [config_path] [output_path] [--code] [--verbose] [ | overrides | Config parameters to override. Should be options starting with `--` that correspond to the config section and value to override, e.g. `--paths.train ./train.spacy`. ~~Any (option/flag)~~ | | **CREATES** | The label files. | -## configure {id="configure", new="TODO"} +## configure {id="configure", version="TODO"} Modify or combine existing configs in high-level ways. Can be used to automate config changes made as part of the development cycle.