Skip to content
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