File tree Expand file tree Collapse file tree 6 files changed +16
-17
lines changed
tests/testsuite/cargo_info/help Expand file tree Collapse file tree 6 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use cargo_util_schemas::core::PackageIdSpec;
55
66pub fn cli ( ) -> Command {
77 Command :: new ( "info" )
8- . about ( "Display information about a package in the registry " )
8+ . about ( "Display information about a package" )
99 . arg (
1010 Arg :: new ( "package" )
1111 . required ( true )
Original file line number Diff line number Diff line change 22
33## NAME
44
5- cargo-info --- Display information about a package in the registry. Default registry is crates.io
5+ cargo-info --- Display information about a package.
66
77## SYNOPSIS
88
99` cargo info ` [ _ options_ ] _ spec_
1010
1111## DESCRIPTION
1212
13- This command displays information about a package in the registry . It fetches data from the package's Cargo.toml file
13+ This command displays information about a package. It fetches data from the package's Cargo.toml file
1414and presents it in a human-readable format.
1515
1616## OPTIONS
@@ -60,7 +60,7 @@ selected based on the Minimum Supported Rust Version (MSRV).
606061613 . Inspect the ` serde ` package form the local registry:
6262
63- cargo info serde --registry my-registry
63+ cargo info serde --registry my-registry
6464
6565## SEE ALSO
6666
Original file line number Diff line number Diff line change 11CARGO-INFO(1)
22
33NAME
4- cargo-info — Display information about a package in the registry.
5- Default registry is crates.io
4+ cargo-info — Display information about a package.
65
76SYNOPSIS
87 cargo info [options] spec
98
109DESCRIPTION
11- This command displays information about a package in the registry. It
12- fetches data from the package’s Cargo.toml file and presents it in a
13- human-readable format.
10+ This command displays information about a package. It fetches data from
11+ the package’s Cargo.toml file and presents it in a human-readable
12+ format.
1413
1514OPTIONS
1615 Info Options
@@ -149,7 +148,7 @@ EXAMPLES
149148
150149 3. Inspect the serde package form the local registry:
151150
152- cargo info serde --registry my-registry
151+ cargo info serde --registry my-registry
153152
154153SEE ALSO
155154 cargo(1), cargo-search(1)
Original file line number Diff line number Diff line change 22
33## NAME
44
5- cargo-info --- Display information about a package in the registry. Default registry is crates.io
5+ cargo-info --- Display information about a package.
66
77## SYNOPSIS
88
99` cargo info ` [ _ options_ ] _ spec_
1010
1111## DESCRIPTION
1212
13- This command displays information about a package in the registry . It fetches data from the package's Cargo.toml file
13+ This command displays information about a package. It fetches data from the package's Cargo.toml file
1414and presents it in a human-readable format.
1515
1616## OPTIONS
@@ -161,7 +161,7 @@ details on environment variables that Cargo reads.
1611611621623 . Inspect the ` serde ` package form the local registry:
163163
164- cargo info serde --registry my-registry
164+ cargo info serde --registry my-registry
165165
166166## SEE ALSO
167167
Original file line number Diff line number Diff line change 44.ad l
55.ss \n[ .ss ] 0
66.SH "NAME"
7- cargo\- info \[em ] Display information about a package in the registry. Default registry is crates.io
7+ cargo\- info \[em ] Display information about a package.
88.SH "SYNOPSIS"
99\fB cargo info \fR [\fI options \fR ] \fI spec \fR
1010.SH "DESCRIPTION"
11- This command displays information about a package in the registry . It fetches data from the package\[cq ] s Cargo.toml file
11+ This command displays information about a package. It fetches data from the package\[cq ] s Cargo.toml file
1212and presents it in a human\- readable format.
1313.SH "OPTIONS"
1414.SS "Info Options"
@@ -193,7 +193,7 @@ details on environment variables that Cargo reads.
193193.sp
194194.RS 4
195195.nf
196- cargo info serde \-\- registry my\- registry
196+ cargo info serde \-\- registry my\- registry
197197.fi
198198.RE
199199.RE
You can’t perform that action at this time.
0 commit comments