Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cargo-vendor to the list of cargo commands in doc #7659

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/doc/man/cargo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ man:cargo-pkgid[1]::
man:cargo-update[1]::
Update dependencies as recorded in the local lock file.

man:cargo-vendor[1]::
Vendor all dependencies locally.

man:cargo-verify-project[1]::
Check correctness of crate manifest.

Expand Down
4 changes: 4 additions & 0 deletions src/doc/man/generated/cargo.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ <h3 id="_manifest_commands">Manifest Commands</h3>
<dd>
<p>Update dependencies as recorded in the local lock file.</p>
</dd>
<dt class="hdlist1"><a href="cargo-vendor.html">cargo-vendor(1)</a></dt>
<dd>
<p>Vendor all dependencies locally.</p>
</dd>
<dt class="hdlist1"><a href="cargo-verify-project.html">cargo-verify-project(1)</a></dt>
<dd>
<p>Check correctness of crate manifest.</p>
Expand Down
9 changes: 7 additions & 2 deletions src/etc/man/cargo.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: cargo
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.10
.\" Date: 2019-10-09
.\" Date: 2019-12-04
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "CARGO" "1" "2019-10-09" "\ \&" "\ \&"
.TH "CARGO" "1" "2019-12-04" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -130,6 +130,11 @@ Print a fully qualified package specification.
Update dependencies as recorded in the local lock file.
.RE
.sp
\fBcargo\-vendor\fP(1)
.RS 4
Vendor all dependencies locally.
.RE
.sp
\fBcargo\-verify\-project\fP(1)
.RS 4
Check correctness of crate manifest.
Expand Down