Skip to content

Commit 6c447b9

Browse files
committed
Improve about information of cargo search
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent 3eb246c commit 6c447b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/commands/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use cargo::ops;
66

77
pub fn cli() -> Command {
88
subcommand("search")
9-
.about("Search packages in crates.io")
9+
.about("Search packages in the registry. Default registry is crates.io")
1010
.arg(Arg::new("query").value_name("QUERY").num_args(0..))
1111
.arg(
1212
opt(

0 commit comments

Comments
 (0)