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

Fix man page typo for "Owner Options". #8057

Merged
merged 1 commit into from
Mar 31, 2020
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
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