From 9c605a5efef6aab968273e0576747a9a1ac20bce Mon Sep 17 00:00:00 2001 From: Rafael Rivera Date: Thu, 17 Sep 2020 13:10:02 -0700 Subject: [vcpkg_docs] Fix feature flags option typo (#13578) --- docs/users/manifests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/users/manifests.md b/docs/users/manifests.md index 331665f2f..981f43d42 100644 --- a/docs/users/manifests.md +++ b/docs/users/manifests.md @@ -225,7 +225,7 @@ although `vcpkg search` is still useful. Since manifest mode is still in beta, you'll need to pass a feature flag: `manifests`. There are a few ways to pass this feature flag: -* `--feature-flag` option: On any vcpkg command, you can pass `--feature-flag=manifests` +* `--feature-flags` option: On any vcpkg command, you can pass `--feature-flags=manifests` * `VCPKG_FEATURE_FLAGS` environment variable: one can set the environment variable `VCPKG_FEATURE_FLAGS` to `manifests`. -- cgit v1.2.3