From 1eca0d23cda1fc86748278ab4c244c531325570d Mon Sep 17 00:00:00 2001 From: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Date: Fri, 19 Mar 2021 04:19:51 +0800 Subject: [vcpkg docs] Modify manifest-root-dir as manifest-root in specifications/manifests.md (#16760) --- docs/specifications/manifests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/specifications') 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=` (initially, `x-manifest-root-dir`) +* Passes `--manifest-root=` (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 -- cgit v1.2.3