Skip to content

Commit e7e0b08

Browse files
committed
update description analogous to cli help
1 parent 26f97cc commit e7e0b08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/cli.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,9 @@ As such, `exit` should be used to properly exit the shell and the virtual enviro
625625

626626
## check
627627

628-
The `check` command validates the structure of the `pyproject.toml` file
629-
and returns a detailed report if there are any errors.
628+
The `check` command validates the content of the `pyproject.toml` file
629+
and its consistency with the `poetry.lock` file.
630+
It returns a detailed report if there are any errors.
630631

631632
{{% note %}}
632633
This command is also available as a pre-commit hook. See [pre-commit hooks]({{< relref "pre-commit-hooks#poetry-check">}}) for more information.

0 commit comments

Comments
 (0)