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.
cargo search
1 parent 3eb246c commit 6c447b9Copy full SHA for 6c447b9
src/bin/cargo/commands/search.rs
@@ -6,7 +6,7 @@ use cargo::ops;
6
7
pub fn cli() -> Command {
8
subcommand("search")
9
- .about("Search packages in crates.io")
+ .about("Search packages in the registry. Default registry is crates.io")
10
.arg(Arg::new("query").value_name("QUERY").num_args(0..))
11
.arg(
12
opt(
0 commit comments