From fdbca1cdcc000fd6810ef16c0afcc85de3b1877b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 2 Oct 2016 17:20:45 +0300 Subject: [PATCH] Document that read_manifest command is deprecated --- src/bin/read_manifest.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]