Skip to content

Commit b70ab13

Browse files
committed
Auto merge of #5290 - ehuss:lp-help, r=matklad
locate-project: Fix help description.
2 parents 1d7a0bb + a3e5891 commit b70ab13

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)