diff --git a/src/doc/man/cargo.adoc b/src/doc/man/cargo.adoc index c359f2f8481..88e6c227b00 100644 --- a/src/doc/man/cargo.adoc +++ b/src/doc/man/cargo.adoc @@ -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. diff --git a/src/doc/man/generated/cargo.html b/src/doc/man/generated/cargo.html index fcb7c32a3a3..47fc014f916 100644 --- a/src/doc/man/generated/cargo.html +++ b/src/doc/man/generated/cargo.html @@ -102,6 +102,10 @@
Update dependencies as recorded in the local lock file.
Vendor all dependencies locally.
+Check correctness of crate manifest.
diff --git a/src/etc/man/cargo.1 b/src/etc/man/cargo.1 index 2c77e64dfab..05b61918079 100644 --- a/src/etc/man/cargo.1 +++ b/src/etc/man/cargo.1 @@ -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 @@ -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.