File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ available.
135
135
136
136
include::options-registry.adoc[]
137
137
138
+ include::options-index.adoc[]
139
+
138
140
include::options-features.adoc[]
139
141
140
142
=== Compilation Options
Original file line number Diff line number Diff line change @@ -197,6 +197,10 @@ <h3 id="cargo_install_install_options">Install Options</h3>
197
197
If not specified, the default registry is used, which is defined by the
198
198
< code > registry.default</ code > config key which defaults to < code > crates-io</ code > .</ p >
199
199
</ dd >
200
+ < dt class ="hdlist1 "> < strong > --index</ strong > < em > INDEX</ em > </ dt >
201
+ < dd >
202
+ < p > The URL of the registry index to use.</ p >
203
+ </ dd >
200
204
</ dl >
201
205
</ div >
202
206
</ div >
Original file line number Diff line number Diff line change 2
2
.\" Title: cargo-install
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
4
.\" Generator: Asciidoctor 2.0.10
5
- .\" Date: 2020-02-06
5
+ .\" Date: 2020-06-14
6
6
.\" Manual: \ \&
7
7
.\" Source: \ \&
8
8
.\" Language: English
9
9
.\"
10
- .TH "CARGO\- INSTALL" "1" "2020-02-06 " "\ \& " "\ \& "
10
+ .TH "CARGO\- INSTALL" "1" "2020-06-14 " "\ \& " "\ \& "
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -293,6 +293,11 @@ Name of the registry to use. Registry names are defined in \c
293
293
If not specified, the default registry is used, which is defined by the
294
294
\fB registry.default \fP config key which defaults to \fB crates \- io \fP .
295
295
.RE
296
+ .sp
297
+ \fB \-\- index \fP \fI INDEX \fP
298
+ .RS 4
299
+ The URL of the registry index to use.
300
+ .RE
296
301
.SS "Feature Selection"
297
302
.sp
298
303
The feature flags allow you to control the enabled features for the "current"
You can’t perform that action at this time.
0 commit comments