mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[vcpkg docs] Modify manifest-root-dir as manifest-root in specifications/manifests.md (#16760)
This commit is contained in:
parent
04821b8500
commit
1eca0d23cd
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ There will be two "modes" for vcpkg from this point forward: "classic", and "man
|
|||
The former will act exactly like the existing vcpkg workflow, so as to avoid breaking
|
||||
anyone. The latter will be the mode only when the user either:
|
||||
|
||||
* Passes `--manifest-root-dir=<directory>` (initially, `x-manifest-root-dir`)
|
||||
* Passes `--manifest-root=<directory>` (initially, `x-manifest-root`)
|
||||
* Runs `vcpkg` in a directory that contains a file named `vcpkg.json`, or in a
|
||||
child directory of a directory containing `vcpkg.json`.
|
||||
* For this, initially vcpkg will warn that the behavior will change in the
|
||||
|
|
Loading…
Reference in a new issue