Skip to content

Commit

Permalink
Auto merge of #5352 - surma-dump:what-is-a-manifest, r=matklad
Browse files Browse the repository at this point in the history
Mention Cargo.toml in manifest help description

I was looking for a CLI flag to pass a different TOML to cargo, but didn’t realize it’s called “manifest” from reading the help.
  • Loading branch information
bors committed Apr 12, 2018
2 parents 4b1c1b7 + f575a6d commit df11567
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/etc/man/cargo-bench.1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Build for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the Cargo.toml to compile.
.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-build.1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Build for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the Cargo.toml to compile.
.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-check.1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Check for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the Cargo.toml to compile.
.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-doc.1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Build for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the Cargo.toml to compile.
.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-package.1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Ignore warnings about a lack of human\-usable metadata.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the Cargo.toml to compile.
.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-run.1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Build for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the Cargo.toml to compile.
.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-test.1
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Build for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the Cargo.toml to compile.
.RS
.RE
.TP
Expand Down

0 comments on commit df11567

Please sign in to comment.