]> git.proxmox.com Git - cargo.git/commitdiff
Document that read_manifest command is deprecated
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sun, 2 Oct 2016 14:20:45 +0000 (17:20 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sun, 2 Oct 2016 14:20:45 +0000 (17:20 +0300)
src/bin/read_manifest.rs

index 1cbb0cff8c4c30e34548055ebf7e60754c43053e..bd44b0ad5816701b581a5140f24f4ad980715b64 100644 (file)
@@ -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]