diff options
| author | Rafael Rivera <rafael@withinwindows.com> | 2020-09-17 13:10:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-17 13:10:02 -0700 |
| commit | 9c605a5efef6aab968273e0576747a9a1ac20bce (patch) | |
| tree | 389258c6e3899474e3f9a2ce5d82348f3a6d473d /docs | |
| parent | bc21841c614f3460413530110ba2c1919de7a706 (diff) | |
| download | vcpkg-9c605a5efef6aab968273e0576747a9a1ac20bce.tar.gz vcpkg-9c605a5efef6aab968273e0576747a9a1ac20bce.zip | |
[vcpkg_docs] Fix feature flags option typo (#13578)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/users/manifests.md | 2 |
1 files changed, 1 insertions, 1 deletions
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`. |
