Skip to content

Commit a8ce734

Browse files
committed
Update man page of cargo publish to include the new behavior
1 parent 81ecfe9 commit a8ce734

File tree

4 files changed

+32
-14
lines changed

4 files changed

+32
-14
lines changed

src/doc/man/cargo-publish.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,15 @@ Allow working directories with uncommitted VCS changes to be packaged.
5151

5252
{{> options-index }}
5353

54-
{{> options-registry }}
54+
{{#option "`--registry` _registry_"}}
55+
Name of the registry to publish to. Registry names are defined in [Cargo
56+
config files](../reference/config.html). If not specified, and there is a
57+
[`package.publish`](../reference/manifest.html#the-publish-field) field in
58+
`Cargo.toml` with a single registry, then it will publish to that registry.
59+
Otherwise it will use the default registry, which is defined by the
60+
[`registry.default`](../reference/config.html#registry-default) config key
61+
which defaults to `crates-io`.
62+
{{/option}}
5563

5664
{{/options}}
5765

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

+9-4
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,16 @@ OPTIONS
5656
The URL of the registry index to use.
5757

5858
--registry registry
59-
Name of the registry to use. Registry names are defined in Cargo
60-
config files
59+
Name of the registry to publish to. Registry names are defined in
60+
Cargo config files
6161
<https://doc.rust-lang.org/cargo/reference/config.html>. If not
62-
specified, the default registry is used, which is defined by the
63-
registry.default config key which defaults to crates-io.
62+
specified, and there is a package.publish
63+
<https://doc.rust-lang.org/cargo/reference/manifest.html#the-publish-field>
64+
field in Cargo.toml with a single registry, then it will publish to
65+
that registry. Otherwise it will use the default registry, which is
66+
defined by the registry.default
67+
<https://doc.rust-lang.org/cargo/reference/config.html#registry-default>
68+
config key which defaults to crates-io.
6469

6570
Compilation Options
6671
--target triple

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

+7-5
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,13 @@ of the registry in all capital letters.</dd>
6565

6666

6767
<dt class="option-term" id="option-cargo-publish---registry"><a class="option-anchor" href="#option-cargo-publish---registry"></a><code>--registry</code> <em>registry</em></dt>
68-
<dd class="option-desc">Name of the registry to use. Registry names are defined in <a href="https://doc.rust-lang.org/cargo/reference/config.html">Cargo config
69-
files</a>. If not specified, the default registry is used,
70-
which is defined by the <code>registry.default</code> config key which defaults to
71-
<code>crates-io</code>.</dd>
72-
68+
<dd class="option-desc">Name of the registry to publish to. Registry names are defined in <a href="https://doc.rust-lang.org/cargo/reference/config.html">Cargo
69+
config files</a>. If not specified, and there is a
70+
<a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-publish-field"><code>package.publish</code></a> field in
71+
<code>Cargo.toml</code> with a single registry, then it will publish to that registry.
72+
Otherwise it will use the default registry, which is defined by the
73+
<a href="https://doc.rust-lang.org/cargo/reference/config.html#registry-default"><code>registry.default</code></a> config key
74+
which defaults to <code>crates-io</code>.</dd>
7375

7476

7577
</dl>

src/etc/man/cargo-publish.1

+7-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,13 @@ The URL of the registry index to use.
7474
.sp
7575
\fB\-\-registry\fR \fIregistry\fR
7676
.RS 4
77-
Name of the registry to use. Registry names are defined in \fICargo config
78-
files\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. If not specified, the default registry is used,
79-
which is defined by the \fBregistry.default\fR config key which defaults to
80-
\fBcrates\-io\fR\&.
77+
Name of the registry to publish to. Registry names are defined in \fICargo
78+
config files\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. If not specified, and there is a
79+
\fI\f(BIpackage.publish\fI\fR <https://doc.rust\-lang.org/cargo/reference/manifest.html#the\-publish\-field> field in
80+
\fBCargo.toml\fR with a single registry, then it will publish to that registry.
81+
Otherwise it will use the default registry, which is defined by the
82+
\fI\f(BIregistry.default\fI\fR <https://doc.rust\-lang.org/cargo/reference/config.html#registry\-default> config key
83+
which defaults to \fBcrates\-io\fR\&.
8184
.RE
8285
.SS "Compilation Options"
8386
.sp

0 commit comments

Comments
 (0)