mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
[vcpkg docs] Modify incorrect description of <source> (#28116)
This commit is contained in:
parent
2b53da5e1d
commit
ae02b3ec16
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ By default, zip-based archives will be cached at the first valid location of:
|
|||
|
||||
| form | description
|
||||
|-----------------------------|---------------
|
||||
| `clear` | Removes all previous sources (including the default)
|
||||
| `clear` | Disable read all previous sources (including the default)
|
||||
| `default[,<rw>]` | Adds the default file-based location
|
||||
| `files,<absolute path>[,<rw>]` | Adds a custom file-based location
|
||||
| `nuget,<uri>[,<rw>]` | Adds a NuGet-based source; equivalent to the `-Source` parameter of the NuGet CLI
|
||||
|
|
Loading…
Reference in a new issue