mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Fix documentation typos for uv build --build-constraint
flag (#7330)
Summary This pull request fixes a typo in the --build-constraints flag, which should be singular (--build-constraint). This update ensures consistency across the documentation and prevents potential confusion for users. Closes #7315 ## Test Plan The change was verified by reviewing the relevant documentation files where the flag is referenced. No functional code changes were made, so no additional testing is required beyond confirming the documentation update. ## Tested The change was tested by visually inspecting the updated documentation to confirm that the typo has been corrected
This commit is contained in:
parent
65d53a7474
commit
adcb67a882
4 changed files with 5 additions and 5 deletions
|
@ -6454,7 +6454,7 @@ uv build [OPTIONS] [SRC]
|
|||
|
||||
</dd><dt><code>--require-hashes</code></dt><dd><p>Require a matching hash for each build requirement.</p>
|
||||
|
||||
<p>Hash-checking mode is all or nothing. If enabled, <em>all</em> build requirements must be provided with a corresponding hash or set of hashes via the <code>--build-constraints</code> argument. Additionally, if enabled, <em>all</em> requirements must either be pinned to exact versions (e.g., <code>==1.0.0</code>), or be specified via direct URL.</p>
|
||||
<p>Hash-checking mode is all or nothing. If enabled, <em>all</em> build requirements must be provided with a corresponding hash or set of hashes via the <code>--build-constraint</code> argument. Additionally, if enabled, <em>all</em> requirements must either be pinned to exact versions (e.g., <code>==1.0.0</code>), or be specified via direct URL.</p>
|
||||
|
||||
<p>Hash-checking mode introduces a number of additional constraints:</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue