Skip to content

Commit

Permalink
docs: fix publish command synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Mar 15, 2019
1 parent 9eeece1 commit fdd10e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit fdd10e8

Please sign in to comment.