[vcpkg_docs] Fix feature flags option typo (#13578)

This commit is contained in:
Rafael Rivera 2020-09-17 13:10:02 -07:00 committed by GitHub
parent bc21841c61
commit 9c605a5efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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