From b42860ad9db23135cab2b98a210f0c51d9fa844b Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Mon, 22 Apr 2024 09:16:41 +0200 Subject: [PATCH] fix typo in readme introduced in #3162 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75fe106f04dd..2b68de593a45 100644 --- a/README.md +++ b/README.md @@ -502,7 +502,7 @@ uv accepts the following command-line arguments as environment variables: index URLs, rather than limiting its search to the first index URL that contains the package. - `UV_REQUIRE_HASHES`: Equivalent to the `--require-hashes` command-line argument. If set to `true`, uv will require that all dependencies have a hash specified in the requirements file. -- 'UV_CONSTRAINT': Equivalent to the `--constraint` command-line argument. If set, uv will use this +- `UV_CONSTRAINT`: Equivalent to the `--constraint` command-line argument. If set, uv will use this file as the constraints file. Uses space-separated list of files. In each case, the corresponding command-line argument takes precedence over an environment variable.