projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d7a0bb
)
locate-project: Fix help description.
author
Eric Huss
<eric@huss.org>
Wed, 4 Apr 2018 04:03:10 +0000
(21:03 -0700)
committer
Eric Huss
<eric@huss.org>
Wed, 4 Apr 2018 04:03:10 +0000
(21:03 -0700)
src/bin/commands/locate_project.rs
patch
|
blob
|
history
diff --git
a/src/bin/commands/locate_project.rs
b/src/bin/commands/locate_project.rs
index 30cdf506c89dbedfea08e57849616731e32f798e..2e20ccfb386bd04ac889feb5453fbbdc8feb1b27 100644
(file)
--- 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()
}