diff --git a/src/doc/src/commands/cargo-metadata.md b/src/doc/src/commands/cargo-metadata.md index feb56f87a..0f6b42b4a 100644 --- a/src/doc/src/commands/cargo-metadata.md +++ b/src/doc/src/commands/cargo-metadata.md @@ -311,7 +311,8 @@ possible value.
--filter-platform
tripleresolve
output to only include dependencies for the
-given target triple. Without this flag, the resolve includes all targets.
+given target triple. Without this flag, the resolve includes
+all targets.
Note that the dependencies listed in the "packages" array still includes all
dependencies. Each package definition is intended to be an unaltered
reproduction of the information within Cargo.toml
.
--target
tripleall
to include all targets.all
to include all targets.