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 triple
This filters the resolve 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.

diff --git a/src/doc/src/commands/cargo-tree.md b/src/doc/src/commands/cargo-tree.md index e7cf3f262..ad4310045 100644 --- a/src/doc/src/commands/cargo-tree.md +++ b/src/doc/src/commands/cargo-tree.md @@ -137,9 +137,8 @@ kind given, then it will automatically include the other dependency kinds.
--target triple
-
Filter dependencies matching the given target-triple. The default is the host -platform. Use the value all to include all targets.
- +
Filter dependencies matching the given target triple. +The default is the host platform. Use the value all to include all targets.