Skip to content

Commit 6e07d2d

Browse files
committed
Auto merge of #8057 - ehuss:fix-man-owner-options, r=Eh2406
Fix man page typo for "Owner Options". Looks like a copy/paste mistake.
2 parents 536ce93 + f08a695 commit 6e07d2d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

src/doc/man/cargo-vendor.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ to use the vendored sources, which you will need to add to `.cargo/config`.
2323

2424
== OPTIONS
2525

26-
=== Owner Options
26+
=== Vendor Options
2727

2828
*-s* _MANIFEST_::
2929
*--sync* _MANIFEST_::

src/doc/man/cargo-yank.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ current directory.
2828

2929
== OPTIONS
3030

31-
=== Owner Options
31+
=== Yank Options
3232

3333
*--vers* _VERSION_::
3434
The version to yank or un-yank.

src/doc/man/generated/cargo-vendor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2 id="cargo_vendor_description">DESCRIPTION</h2>
3030
<h2 id="cargo_vendor_options">OPTIONS</h2>
3131
<div class="sectionbody">
3232
<div class="sect2">
33-
<h3 id="cargo_vendor_owner_options">Owner Options</h3>
33+
<h3 id="cargo_vendor_vendor_options">Vendor Options</h3>
3434
<div class="dlist">
3535
<dl>
3636
<dt class="hdlist1"><strong>-s</strong> <em>MANIFEST</em></dt>

src/doc/man/generated/cargo-yank.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h2 id="cargo_yank_description">DESCRIPTION</h2>
3737
<h2 id="cargo_yank_options">OPTIONS</h2>
3838
<div class="sectionbody">
3939
<div class="sect2">
40-
<h3 id="cargo_yank_owner_options">Owner Options</h3>
40+
<h3 id="cargo_yank_yank_options">Yank Options</h3>
4141
<div class="dlist">
4242
<dl>
4343
<dt class="hdlist1"><strong>--vers</strong> <em>VERSION</em></dt>

src/etc/man/cargo-vendor.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-vendor
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.10
5-
.\" Date: 2019-12-09
5+
.\" Date: 2020-03-30
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-VENDOR" "1" "2019-12-09" "\ \&" "\ \&"
10+
.TH "CARGO\-VENDOR" "1" "2020-03-30" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -43,7 +43,7 @@ specified with the \fB\-s\fP option.
4343
The \fBcargo vendor\fP command will also print out the configuration necessary
4444
to use the vendored sources, which you will need to add to \fB.cargo/config\fP.
4545
.SH "OPTIONS"
46-
.SS "Owner Options"
46+
.SS "Vendor Options"
4747
.sp
4848
\fB\-s\fP \fIMANIFEST\fP, \fB\-\-sync\fP \fIMANIFEST\fP
4949
.RS 4

src/etc/man/cargo-yank.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-yank
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.10
5-
.\" Date: 2019-06-03
5+
.\" Date: 2020-03-30
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-YANK" "1" "2019-06-03" "\ \&" "\ \&"
10+
.TH "CARGO\-YANK" "1" "2020-03-30" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -48,7 +48,7 @@ or using \fBcargo\-login\fP(1).
4848
If the crate name is not specified, it will use the package name from the
4949
current directory.
5050
.SH "OPTIONS"
51-
.SS "Owner Options"
51+
.SS "Yank Options"
5252
.sp
5353
\fB\-\-vers\fP \fIVERSION\fP
5454
.RS 4

0 commit comments

Comments
 (0)