|
2 | 2 | .\" Title: cargo-vendor |
3 | 3 | .\" Author: [see the "AUTHOR(S)" section] |
4 | 4 | .\" Generator: Asciidoctor 2.0.10 |
5 | | -.\" Date: 2019-09-08 |
| 5 | +.\" Date: 2019-12-09 |
6 | 6 | .\" Manual: \ \& |
7 | 7 | .\" Source: \ \& |
8 | 8 | .\" Language: English |
9 | 9 | .\" |
10 | | -.TH "CARGO\-VENDOR" "1" "2019-09-08" "\ \&" "\ \&" |
| 10 | +.TH "CARGO\-VENDOR" "1" "2019-12-09" "\ \&" "\ \&" |
11 | 11 | .ie \n(.g .ds Aq \(aq |
12 | 12 | .el .ds Aq ' |
13 | 13 | .ss \n[.ss] 0 |
@@ -54,21 +54,22 @@ vendored and synced to the output. |
54 | 54 | \fB\-\-no\-delete\fP |
55 | 55 | .RS 4 |
56 | 56 | Don\(cqt delete the "vendor" directory when vendoring, but rather keep all |
57 | | -existing contents of the vendor directory. |
| 57 | +existing contents of the vendor directory |
58 | 58 | .RE |
59 | 59 | .sp |
60 | | -\fB\-\-versioned\-dirs\fP |
| 60 | +\fB\-\-respect\-source\-config\fP |
61 | 61 | .RS 4 |
62 | | -Normally versions are only added to disambiguate multiple versions of the same package. |
63 | | -This option causes all directories in the "vendor" directory to be versioned, |
64 | | -which makes it easier to track the history of vendored packages over time, and can help |
65 | | -with the performance of re-vendoring when only a subset of the packages have changed. |
| 62 | +Instead of ignoring \fB[source]\fP configuration by default in \fB.cargo/config\fP |
| 63 | +read it and use it when downloading crates from crates.io, for example |
66 | 64 | .RE |
67 | 65 | .sp |
68 | | -\fB\-\-respect\-source\-config\fP |
| 66 | +\fB\-\-versioned\-dirs\fP |
69 | 67 | .RS 4 |
70 | | -Instead of ignoring \fB[source]\fP configuration by default in \fB.cargo/config\fP |
71 | | -read it and use it when downloading crates from crates.io, for example. |
| 68 | +Normally versions are only added to disambiguate multiple versions of the |
| 69 | +same package. This option causes all directories in the "vendor" directory |
| 70 | +to be versioned, which makes it easier to track the history of vendored |
| 71 | +packages over time, and can help with the performance of re\-vendoring when |
| 72 | +only a subset of the packages have changed. |
72 | 73 | .RE |
73 | 74 | .SS "Manifest Options" |
74 | 75 | .sp |
@@ -245,4 +246,4 @@ cargo vendor \-s ../path/to/Cargo.toml |
245 | 246 | .RE |
246 | 247 | .SH "SEE ALSO" |
247 | 248 | .sp |
248 | | -\fBcargo\fP(1) |
| 249 | +\fBcargo\fP(1) |
0 commit comments