Skip to content

Commit

Permalink
[vcpkg_docs] Fix feature flags option typo (#13578)
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar authored Sep 17, 2020
1 parent bc21841 commit 9c605a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users/manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 9c605a5

Please sign in to comment.