diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-03-19 04:19:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-18 13:19:51 -0700 |
| commit | 1eca0d23cda1fc86748278ab4c244c531325570d (patch) | |
| tree | f60e5e21d7058a928e6ee6d1d21f2a2c8e020621 | |
| parent | 04821b850025a7fecb7604c7221a0d1702dec6d8 (diff) | |
| download | vcpkg-1eca0d23cda1fc86748278ab4c244c531325570d.tar.gz vcpkg-1eca0d23cda1fc86748278ab4c244c531325570d.zip | |
[vcpkg docs] Modify manifest-root-dir as manifest-root in specifications/manifests.md (#16760)
| -rw-r--r-- | docs/specifications/manifests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specifications/manifests.md b/docs/specifications/manifests.md index f095e77f2..91acfea58 100644 --- a/docs/specifications/manifests.md +++ b/docs/specifications/manifests.md @@ -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 |
