Skip to content

Minor doc fix for publish command synopsis #6749

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

Merged
merged 2 commits into from
Mar 15, 2019
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-publish.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cargo-publish - Upload a package to the registry

== SYNOPSIS

`cargo package [_OPTIONS_]`
`cargo publish [_OPTIONS_]`

== DESCRIPTION

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated/cargo-publish.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h2 id="cargo_publish_name">NAME</h2>
<h2 id="cargo_publish_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="paragraph">
<p><code>cargo package [<em>OPTIONS</em>]</code></p>
<p><code>cargo publish [<em>OPTIONS</em>]</code></p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-publish.1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
cargo\-publish \- Upload a package to the registry
.SH "SYNOPSIS"
.sp
\fBcargo package [\fIOPTIONS\fP]\fP
\fBcargo publish [\fIOPTIONS\fP]\fP
.SH "DESCRIPTION"
.sp
This command will create a distributable, compressed \fB.crate\fP file with the
Expand Down