We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c04ea commit 1ce288dCopy full SHA for 1ce288d
src/cargo/cargo.rs
@@ -719,7 +719,7 @@ fn cmd_search(c: cargo, argv: [str]) {
719
720
fn cmd_usage() {
721
print("Usage: cargo <verb> [args...]");
722
- print(" init Fetch default sources");
+ print(" init Set up ~/.cargo");
723
print(" install [--test] [source/]package-name Install by name");
724
print(" install [--test] uuid:[source/]package-uuid Install by uuid");
725
print(" list [source] List packages");
0 commit comments