Fix typo (-r) in changelog (#13194)

Fixes #13193
This commit is contained in:
konsti
2025-04-29 15:33:49 +02:00
committed by GitHub
parent a3dae2512c
commit b1fd3e3409
+1 -1
View File
@@ -31,7 +31,7 @@ This release includes preliminary support for the `pylock.toml` file format, as
As of this release, `pylock.toml` is supported in the following commands:
- To export a `uv.lock` to the `pylock.toml` format, run: `uv export -o pylock.toml`
- To generate a `pylock.toml` file from a set of requirements, run: `uv pip compile -o pylock.toml -r requirements.in`
- To generate a `pylock.toml` file from a set of requirements, run: `uv pip compile -o pylock.toml requirements.in`
- To install from a `pylock.toml` file, run: `uv pip sync pylock.toml` or `uv pip install -r pylock.toml`
### Enhancements