Skip to content

Commit 3076190

Browse files
committed
Update cargo-search.md and its man page
Signed-off-by: hi-rustin <[email protected]>
1 parent 918d32b commit 3076190

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

src/doc/man/cargo-search.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## NAME
44

5-
cargo-search --- Search packages in crates.io
5+
cargo-search --- Search packages in the registry. Default registry is crates.io
66

77
## SYNOPSIS
88

@@ -49,4 +49,5 @@ Limit the number of results (default: 10, max: 100).
4949
cargo search serde
5050

5151
## SEE ALSO
52+
5253
{{man "cargo" 1}}, {{man "cargo-install" 1}}, {{man "cargo-publish" 1}}

src/doc/man/generated_txt/cargo-search.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
CARGO-SEARCH(1)
22

33
NAME
4-
cargo-search — Search packages in crates.io
4+
cargo-search — Search packages in the registry. Default registry is
5+
crates.io
56

67
SYNOPSIS
78
cargo search [options] [query…]

src/doc/src/commands/cargo-search.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## NAME
44

5-
cargo-search --- Search packages in crates.io
5+
cargo-search --- Search packages in the registry. Default registry is crates.io
66

77
## SYNOPSIS
88

@@ -131,4 +131,5 @@ details on environment variables that Cargo reads.
131131
cargo search serde
132132

133133
## SEE ALSO
134+
134135
[cargo(1)](cargo.html), [cargo-install(1)](cargo-install.html), [cargo-publish(1)](cargo-publish.html)

src/etc/man/cargo-search.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.ad l
55
.ss \n[.ss] 0
66
.SH "NAME"
7-
cargo\-search \[em] Search packages in crates.io
7+
cargo\-search \[em] Search packages in the registry. Default registry is crates.io
88
.SH "SYNOPSIS"
99
\fBcargo search\fR [\fIoptions\fR] [\fIquery\fR\[u2026]]
1010
.SH "DESCRIPTION"

0 commit comments

Comments
 (0)