Skip to content

Commit a3e5891

Browse files
committed
locate-project: Fix help description.
1 parent 1d7a0bb commit a3e5891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/commands/locate_project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use cargo::print_json;
44

55
pub fn cli() -> App {
66
subcommand("locate-project")
7-
.about("Checkout a copy of a Git repository")
7+
.about("Print a JSON representation of a Cargo.toml file's location")
88
.arg_manifest_path()
99
}
1010

0 commit comments

Comments
 (0)