Skip to content

Commit 0e186bf

Browse files
committed
Auto merge of #7659 - giraffate:add_cargo_vendor_to_the_list_of_cargo_commands, r=ehuss
Add cargo-vendor to the list of cargo commands in doc Follow up 3842d8e.
2 parents 122a407 + e084d78 commit 0e186bf

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

src/doc/man/cargo.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ man:cargo-pkgid[1]::
7474
man:cargo-update[1]::
7575
Update dependencies as recorded in the local lock file.
7676

77+
man:cargo-vendor[1]::
78+
Vendor all dependencies locally.
79+
7780
man:cargo-verify-project[1]::
7881
Check correctness of crate manifest.
7982

src/doc/man/generated/cargo.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ <h3 id="_manifest_commands">Manifest Commands</h3>
102102
<dd>
103103
<p>Update dependencies as recorded in the local lock file.</p>
104104
</dd>
105+
<dt class="hdlist1"><a href="cargo-vendor.html">cargo-vendor(1)</a></dt>
106+
<dd>
107+
<p>Vendor all dependencies locally.</p>
108+
</dd>
105109
<dt class="hdlist1"><a href="cargo-verify-project.html">cargo-verify-project(1)</a></dt>
106110
<dd>
107111
<p>Check correctness of crate manifest.</p>

src/etc/man/cargo.1

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.10
5-
.\" Date: 2019-10-09
5+
.\" Date: 2019-12-04
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO" "1" "2019-10-09" "\ \&" "\ \&"
10+
.TH "CARGO" "1" "2019-12-04" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -130,6 +130,11 @@ Print a fully qualified package specification.
130130
Update dependencies as recorded in the local lock file.
131131
.RE
132132
.sp
133+
\fBcargo\-vendor\fP(1)
134+
.RS 4
135+
Vendor all dependencies locally.
136+
.RE
137+
.sp
133138
\fBcargo\-verify\-project\fP(1)
134139
.RS 4
135140
Check correctness of crate manifest.

0 commit comments

Comments
 (0)