[vcpkg docs] Modify incorrect description of <source> (#28116)

This commit is contained in:
Lily Wang 2022-12-02 09:18:41 -08:00 committed by GitHub
parent 2b53da5e1d
commit ae02b3ec16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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