aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/users/manifests.md2
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`.