mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Fix typo in environment variable name (#9186)
https://github.com/astral-sh/uv/pull/9170/files#r1845768798
This commit is contained in:
@@ -5757,7 +5757,7 @@ uv pip sync [OPTIONS] <SRC_FILE>...
|
||||
|
||||
<p>By default, uv will verify any available hashes in the requirements file, but will not require that all requirements have an associated hash. To enforce hash validation, use <code>--require-hashes</code>.</p>
|
||||
|
||||
<p>May also be set with the <code>UV_VERIFY_HASHES</code> environment variable.</p>
|
||||
<p>May also be set with the <code>UV_NO_VERIFY_HASHES</code> environment variable.</p>
|
||||
</dd><dt><code>--offline</code></dt><dd><p>Disable network access.</p>
|
||||
|
||||
<p>When disabled, uv will only use locally cached data and locally available files.</p>
|
||||
@@ -6134,7 +6134,7 @@ uv pip install [OPTIONS] <PACKAGE|--requirement <REQUIREMENT>|--editable <EDITAB
|
||||
|
||||
<p>By default, uv will verify any available hashes in the requirements file, but will not require that all requirements have an associated hash. To enforce hash validation, use <code>--require-hashes</code>.</p>
|
||||
|
||||
<p>May also be set with the <code>UV_VERIFY_HASHES</code> environment variable.</p>
|
||||
<p>May also be set with the <code>UV_NO_VERIFY_HASHES</code> environment variable.</p>
|
||||
</dd><dt><code>--offline</code></dt><dd><p>Disable network access.</p>
|
||||
|
||||
<p>When disabled, uv will only use locally cached data and locally available files.</p>
|
||||
@@ -7729,7 +7729,7 @@ uv build [OPTIONS] [SRC]
|
||||
|
||||
<p>By default, uv will verify any available hashes in the requirements file, but will not require that all requirements have an associated hash. To enforce hash validation, use <code>--require-hashes</code>.</p>
|
||||
|
||||
<p>May also be set with the <code>UV_VERIFY_HASHES</code> environment variable.</p>
|
||||
<p>May also be set with the <code>UV_NO_VERIFY_HASHES</code> environment variable.</p>
|
||||
</dd><dt><code>--offline</code></dt><dd><p>Disable network access.</p>
|
||||
|
||||
<p>When disabled, uv will only use locally cached data and locally available files.</p>
|
||||
|
||||
Reference in New Issue
Block a user