locate-project: Fix help description.
authorEric Huss <eric@huss.org>
Wed, 4 Apr 2018 04:03:10 +0000 (21:03 -0700)
committerEric Huss <eric@huss.org>
Wed, 4 Apr 2018 04:03:10 +0000 (21:03 -0700)
src/bin/commands/locate_project.rs

index 30cdf506c89dbedfea08e57849616731e32f798e..2e20ccfb386bd04ac889feb5453fbbdc8feb1b27 100644 (file)
@@ -4,7 +4,7 @@ use cargo::print_json;
 
 pub fn cli() -> App {
     subcommand("locate-project")
-        .about("Checkout a copy of a Git repository")
+        .about("Print a JSON representation of a Cargo.toml file's location")
         .arg_manifest_path()
 }