Skip to content

Commit

Permalink
Auto merge of #8057 - ehuss:fix-man-owner-options, r=Eh2406
Browse files Browse the repository at this point in the history
Fix man page typo for "Owner Options".

Looks like a copy/paste mistake.
  • Loading branch information
bors committed Mar 31, 2020
2 parents 536ce93 + f08a695 commit 6e07d2d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/doc/man/cargo-vendor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ to use the vendored sources, which you will need to add to `.cargo/config`.

== OPTIONS

=== Owner Options
=== Vendor Options

*-s* _MANIFEST_::
*--sync* _MANIFEST_::
Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/cargo-yank.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ current directory.

== OPTIONS

=== Owner Options
=== Yank Options

*--vers* _VERSION_::
The version to yank or un-yank.
Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated/cargo-vendor.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2 id="cargo_vendor_description">DESCRIPTION</h2>
<h2 id="cargo_vendor_options">OPTIONS</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="cargo_vendor_owner_options">Owner Options</h3>
<h3 id="cargo_vendor_vendor_options">Vendor Options</h3>
<div class="dlist">
<dl>
<dt class="hdlist1"><strong>-s</strong> <em>MANIFEST</em></dt>
Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated/cargo-yank.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 id="cargo_yank_description">DESCRIPTION</h2>
<h2 id="cargo_yank_options">OPTIONS</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="cargo_yank_owner_options">Owner Options</h3>
<h3 id="cargo_yank_yank_options">Yank Options</h3>
<div class="dlist">
<dl>
<dt class="hdlist1"><strong>--vers</strong> <em>VERSION</em></dt>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/man/cargo-vendor.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: cargo-vendor
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.10
.\" Date: 2019-12-09
.\" Date: 2020-03-30
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "CARGO\-VENDOR" "1" "2019-12-09" "\ \&" "\ \&"
.TH "CARGO\-VENDOR" "1" "2020-03-30" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -43,7 +43,7 @@ specified with the \fB\-s\fP option.
The \fBcargo vendor\fP command will also print out the configuration necessary
to use the vendored sources, which you will need to add to \fB.cargo/config\fP.
.SH "OPTIONS"
.SS "Owner Options"
.SS "Vendor Options"
.sp
\fB\-s\fP \fIMANIFEST\fP, \fB\-\-sync\fP \fIMANIFEST\fP
.RS 4
Expand Down
6 changes: 3 additions & 3 deletions src/etc/man/cargo-yank.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: cargo-yank
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.10
.\" Date: 2019-06-03
.\" Date: 2020-03-30
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "CARGO\-YANK" "1" "2019-06-03" "\ \&" "\ \&"
.TH "CARGO\-YANK" "1" "2020-03-30" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -48,7 +48,7 @@ or using \fBcargo\-login\fP(1).
If the crate name is not specified, it will use the package name from the
current directory.
.SH "OPTIONS"
.SS "Owner Options"
.SS "Yank Options"
.sp
\fB\-\-vers\fP \fIVERSION\fP
.RS 4
Expand Down

0 comments on commit 6e07d2d

Please sign in to comment.