diff --git a/src/bin/read_manifest.rs b/src/bin/read_manifest.rs index 1cbb0cff8c4..bd44b0ad581 100644 --- a/src/bin/read_manifest.rs +++ b/src/bin/read_manifest.rs @@ -11,7 +11,8 @@ pub struct Options { } pub const USAGE: &'static str = " -Print a JSON representation of a Cargo.toml manifest +Deprecated, use `cargo metadata --no-deps` instead. +Print a JSON representation of a Cargo.toml manifest. Usage: cargo read-manifest [options]