From a3e58910fdd9040ee7e65a3a88dc7bf0c1676ae8 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 3 Apr 2018 21:03:10 -0700 Subject: [PATCH] locate-project: Fix help description. --- src/bin/commands/locate_project.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/commands/locate_project.rs b/src/bin/commands/locate_project.rs index 30cdf506c..2e20ccfb3 100644 --- a/src/bin/commands/locate_project.rs +++ b/src/bin/commands/locate_project.rs @@ -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() } -- 2.30.2